Skip to content

Commit

Permalink
Improve package and docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 23, 2025
1 parent 5e6e48a commit 6f288cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nanosaur/compose/docker-compose.simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
services:

# service always disabled
nanosaur_gazebo:
nanosaur-gazebo:
image: nanosaur/simulation:gazebo
environment:
- DISPLAY=${DISPLAY}
Expand All @@ -19,9 +19,9 @@ services:
- /tmp/.X11-unix:/tmp/.X11-unix:rw
- /home/rbonghi/.Xauthority:/home/admin/.Xauthority:rw
profiles:
- disabled
- "gazebo"

nanosaur_simulator:
nanosaur-simulator:
image: nanosaur/nanosaur:simulation
environment:
- ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0}
Expand Down
1 change: 1 addition & 0 deletions nanosaur_control/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<test_depend>ament_lint_common</test_depend>

<exec_depend>teleop_twist_joy</exec_depend>
<exec_depend>teleop_twist_keyboard</exec_depend>
<exec_depend>twist_mux</exec_depend>

<export>
Expand Down

0 comments on commit 6f288cc

Please sign in to comment.