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

Prajankya's profile - activity

2018-04-01 13:34:28 -0500 received badge  Famous Question (source)
2017-01-18 21:45:27 -0500 received badge  Enthusiast
2017-01-12 18:00:51 -0500 commented question IDE for ROS? what should we build?

@NEngelhard can this approach simplify the process in ros? considering, for example, Eclipse, and then a TF tree viewer in it, then a launch file running, then a live monitor for all the process(its like a debugging session I guess? would it be worth for an already very heavy IDE like eclipse?

2017-01-12 17:57:06 -0500 commented question IDE for ROS? what should we build?

@130s,@rastaxe I want to reduce the frustration for a new comer in this field, as its too much overwhelming, also from environmental setup till the actual development of the main logic time, i.e. bootstrapping time is too much, which I am focusing on, and I need your opinion in this view

2017-01-11 08:23:58 -0500 received badge  Notable Question (source)
2017-01-11 02:46:41 -0500 received badge  Popular Question (source)
2017-01-10 23:54:27 -0500 asked a question IDE for ROS? what should we build?

Our group is developing an open source IDE for ROS ecosystem as whole, with GUI features and many more stuff built in, and I would like to ask the community whether is it required in your work flow..?

What are the things you do repeatedly and want to have an IDE to handle it..?

features?

2016-11-28 05:32:43 -0500 answered a question Problem with catkin_make

I had the same problem, I had installed ros on python 2 and then sometime afterwards shifted to python 3

Simply I changed the symlink of python from python3 back to python2

2016-06-15 23:20:23 -0500 answered a question when i install the rosserial,i fllow the rosserial_arduino Tutorials

Do

rosdep install --from-paths /opt/ros/jade --ignore-src

Change from "jade" to your distro.