mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-08-24 12:11:41 +08:00
Fix rosrun execution command
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ if [ "$1" == "lunarlander" ]; then
|
||||
python run_lunarlander_continuous.py --algo $2 --off-render
|
||||
elif [ "$1" == "openmanipulator" ]; then
|
||||
cd $KAIR/scripts; \
|
||||
rosrun kair_algorithms run_open_manipulator_reacher_v0.py --algo $2 --off-render
|
||||
/opt/ros/$ROS_DISTRO/bin/rosrun kair_algorithms run_open_manipulator_reacher_v0.py --algo $2 --off-render
|
||||
else
|
||||
echo "Unknown parameter"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user