ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I want to use set_max_acceleration_scaling_factor in my python program to control the velocity but I get:
File "./nextage_moveit_waypoint.py", line 117, in main
larm.set_max_velocity_scaling_factor(0.5)
AttributeError: 'MoveGroupCommander' object has no attribute 'set_max_velocity_scaling_factor'
running this : rosversion moveit_commander gives me this: 0.6.1
I tried to do update with sudo apt-get install ros-indigo-moveit-full-pr2 (or sudo apt-get install ros-indigo-moveit) source /opt/ros/indigo/setup.bash
but at the end, rosversion moveit_commander returns me the same version.
How I can update my moveit_commander and make sure that I have set_max_acceleration_scaling_factor
2 | No.2 Revision |
I want to use set_max_acceleration_scaling_factor in my python program to control the velocity but I get:
File "./nextage_moveit_waypoint.py", line 117, in main
larm.set_max_velocity_scaling_factor(0.5) running this : rosversion
moveit_commander
moveit_commander gives me this: 0.6.1
I tried to do update with
sudo apt-get install
ros-indigo-moveit-full-pr2 ros-indigo-moveit-full-pr2 (or sudo apt-get install
ros-indigo-moveit)
ros-indigo-moveit)
source /opt/ros/indigo/setup.bash
but at the end, rosversion
moveit_commander moveit_commander returns me the same version.
How I can update my moveit_commander and make sure that I have set_max_acceleration_scaling_factor set_max_acceleration_scaling_factor