Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated files from UML #20

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Conversation

vicmassy
Copy link

@vicmassy vicmassy commented Dec 15, 2022


Basic Info

Info Please fill out this column
Ticket(s) this addresses (Closes #IssueNumber)
Primary OS tested on (Ubuntu, MacOS, Windows)
Robotic platform tested on (Steve's Robot, gazebo simulation of Tally, hardware turtlebot)

How to run this PR feature

Run simulation
xhost +local:root
docker run -it --rm --net host --privileged --gpus all -e DISPLAY=$DISPLAY -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=graphics -e ROBOT_NAME=1 --mount type=bind,source=/tmp/.X11-unix,target=/tmp/.X11-unix umdlife/umd-simulation-dev:latest roslaunch umd_simulation three_iris_mavros_sitl.launch
Run docker compose
version: "3.4"

services:
  bridge:
    container_name: bridge
    image: umdlife/umd-bridge:v2.0.4
    network_mode: host
    environment:
      ROS_DOMAIN_ID: 40
      NETWORK: local
    command: ros2 run ros1_bridge parameter_bridge /bridge_topics /bridge_service_1_to_2 /bridge_service_2_to_1
  copter100:
    container_name: copter100
    image: umdlife/umd-copter-dev:feat-bt-4.0-UP-1804
    network_mode: host
    environment:
      ROBOT_MODEL: iris
      ROBOT_ID: 100/sitl
      ROS_DOMAIN_ID: 40
      NETWORK: local
    command: ros2 launch umd_copter_bt px4_bt_navigator.launch.py run_mode:=sim
  mission:
    container_name: mission
    image: umdlife/umd-mission-dev:feat-bt-4.0-UP-1804
    network_mode: host
    environment:
      VPN: disable
      ROS_DOMAIN_ID: 40
      NETWORK: local
    command: ros2 launch umd_mission_core vienna_mission_core.launch.py run_sim:=true
  web:
    container_name: web
    image: umdlife/umd-web-dev:latest
    network_mode: host
    environment:
        ROS_DOMAIN_ID: 40
        NETWORK: local
        VPN: disable   
Open the interface in the browser and execute a mission. Interact with all the buttons to make sure it works as before.

Description of contribution in a few bullet points

  • Migrate to BT 4.0
  • Migrate to BT.ROS2 wrapper
  • Use new base image umd_nav that includes both packages mentioned before
  • Refactor BT plugins
  • Removed mavros_msgs package from umd_interfaces in favor of the binaries

Related PRs

Description of documentation updates required from your changes

  • From now on, use umdlife/umd-bridge:v2.0.4
  • Documentation about the migration is here

Future work that may be required in bullet points

Copy link

@sergigraum sergigraum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear!

@sergigraum sergigraum merged commit ce5212e into master_umd Dec 21, 2022
@sergigraum sergigraum deleted the feat/bt-4.0-UP-1804 branch December 21, 2022 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants