ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

csal's profile - activity

2020-11-10 05:51:22 -0500 received badge  Notable Question (source)
2020-11-10 05:51:22 -0500 received badge  Popular Question (source)
2019-06-06 06:11:47 -0500 received badge  Famous Question (source)
2017-11-30 14:34:41 -0500 received badge  Notable Question (source)
2017-09-01 14:10:51 -0500 received badge  Popular Question (source)
2017-08-31 07:09:11 -0500 asked a question PID inconsistency

PID inconsistency I am tuning my PID controller for each joint of a manipulator. I tuned a prismatic joint and made sure

2017-06-22 18:38:33 -0500 received badge  Notable Question (source)
2017-06-22 18:38:33 -0500 received badge  Famous Question (source)
2017-05-05 08:06:58 -0500 received badge  Enthusiast
2017-05-02 09:45:32 -0500 received badge  Student (source)
2017-05-02 09:36:25 -0500 asked a question Joints depend on other joints

Joints depend on other joints I am trying to set the PID position controller on my 7-DOF robotic arm using ros-control.

2016-09-25 19:37:54 -0500 received badge  Popular Question (source)
2016-09-21 13:10:11 -0500 asked a question Not a Valid Identifier

I am following the tutorial found on the book Learning ROS by Martinez page 40. When creating a new workspace, after adding a folder and trying to add this path to ROS_PACKAGE_PATH I keep getting the following:

bash: export: `ROS_PACKAGE_PATH~/dev/rosbook:/opt/ros/kinetic/share:/opt/ros/kinetic/stacks': not a valid identifier

These are the commands:

clare@clare-VirtualBox:~$ echo "export ROS_PACKAGE_PATH"~/dev/rosbook:${ROS_PACKAGE_PATH} >> ~/.bashrc
clare@clare-VirtualBox:~$ . ~/.bashrc