mirror of
https://github.com/wassname/kair_algorithms_draft.git
synced 2026-09-10 12:14: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
|
python run_lunarlander_continuous.py --algo $2 --off-render
|
||||||
elif [ "$1" == "openmanipulator" ]; then
|
elif [ "$1" == "openmanipulator" ]; then
|
||||||
cd $KAIR/scripts; \
|
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
|
else
|
||||||
echo "Unknown parameter"
|
echo "Unknown parameter"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user