Skip to content

Commit

Permalink
fix pacman reference
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrLucas committed Mar 24, 2022
1 parent cbfb71e commit c71f82e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com3528_examples/launch/sim_move_ball.launch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<!-- Add custom Gazebo paths -->
<env name="GAZEBO_MODEL_PATH"
value="$(find pacman)/models:$(optenv MIRO_DIR_MDK)/sim/models:$(optenv GAZEBO_MODEL_PATH)" />
value="$(find com3528_examples)/models:$(optenv MIRO_DIR_MDK)/sim/models:$(optenv GAZEBO_MODEL_PATH)" />
<env name="GAZEBO_RESOURCE_PATH"
value="$(optenv MIRO_DIR_MDK)/sim:$(optenv GAZEBO_RESOURCE_PATH)" />
<env name="GAZEBO_PLUGIN_PATH"
Expand Down
3 changes: 2 additions & 1 deletion com3528_examples/scripts/ball_mover.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
#
# This script shows how to move a Gazebo object using ROS bridge
# In this particular case the object is MiRo's toy ball, and the script assumes that it is present in the world

# Imports
##########################
Expand Down

0 comments on commit c71f82e

Please sign in to comment.