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

sunilsulania9192's profile - activity

2017-09-06 04:22:11 -0500 commented answer Command not found roscd, rosnode, etc.

This worked for me. (ros-indigo)

2017-01-20 05:20:42 -0500 received badge  Famous Question (source)
2016-08-12 09:43:13 -0500 received badge  Nice Question (source)
2016-08-12 09:43:11 -0500 received badge  Notable Question (source)
2016-06-17 05:14:30 -0500 commented question Velodyne package for Ubuntu 16.04 LTS?

Thanks Jack, I'll build it from source.

2016-06-16 05:12:37 -0500 received badge  Popular Question (source)
2016-06-13 08:38:42 -0500 asked a question Velodyne package for Ubuntu 16.04 LTS?

Is there anyone working on velodyne package release for Ubuntu 16.04 LTS? If not i'd like to do it.

Thanks.

2014-01-28 17:22:27 -0500 marked best answer Turtlebot failure with has_gyro=false

I am using Irobot create with kinect to work like turtlebot; I do not have gyro, so i edited driver.launch to has_gyro=false; after editing i tried turtlebot_bringup again but it did not detect roomba, Roomba was connected and turned on I doublechecked it

the log was

[INFO] [WallTime: 1310523346.309227] has gyro: False
Failed to contact device with error: ['NoneType' object has no attribute 'cal_offset']. Please check that the Create is powered on and that the connector is plugged into the Create.
[turtlebot_node-3] process has finished cleanly.
log file: /home/sunny/.ros/log/d7eb1944-acf0-11e0-9460-00238bc1b481/turtlebot_node-3*.log
respawning...
[turtlebot_node-3] restarting process
process[turtlebot_node-3]: started with pid [12885]
[INFO] [WallTime: 1310523354.583950] serial port: /dev/ttyUSB0
[INFO] [WallTime: 1310523354.584284] update_rate: 30.0
[INFO] [WallTime: 1310523354.584518] drive mode: twist
[INFO] [WallTime: 1310523354.584767] has gyro: False

and log file says

[rospy.impl.masterslave][INFO] 2011-07-13 11:22:03,114: atexit
[rospy.client][INFO] 2011-07-13 11:22:07,315: init_node, name[/turtlebot_node], pid[15862]
[xmlrpc][INFO] 2011-07-13 11:22:07,331: XML-RPC server binding to 0.0.0.0
[rospy.init][INFO] 2011-07-13 11:22:07,332: ROS Slave URI: [http://163.221.84.203:44864/]
[xmlrpc][INFO] 2011-07-13 11:22:07,332: Started XML-RPC server [http://163.221.84.203:44864/]
[rospy.impl.masterslave][INFO] 2011-07-13 11:22:07,332: _ready: http://163.221.84.203:44864/
[xmlrpc][INFO] 2011-07-13 11:22:07,339: xml rpc node: starting XML-RPC server
[rospy.registration][INFO] 2011-07-13 11:22:07,371: Registering with master node http://163.221.84.203:11311
[rospy.init][INFO] 2011-07-13 11:22:07,433: registered with master
[rospy.rosout][INFO] 2011-07-13 11:22:07,433: initializing /rosout core topic
[rospy.rosout][INFO] 2011-07-13 11:22:07,481: connected to core topic /rosout
[rospy.simtime][INFO] 2011-07-13 11:22:07,504: /use_sim_time is not set, will not subscribe to simulated time [/clock] topic
[rosout][INFO] 2011-07-13 11:22:07,662: serial port: /dev/ttyUSB0
[rosout][INFO] 2011-07-13 11:22:07,663: update_rate: 30.0
[rosout][INFO] 2011-07-13 11:22:07,663: drive mode: twist
[rosout][INFO] 2011-07-13 11:22:07,663: has gyro: False
[root][INFO] 2011-07-13 11:22:10,078: sending control opcodes.
[rospy.core][INFO] 2011-07-13 11:22:11,623: signal_shutdown [atexit]
[rospy.impl.masterslave][INFO] 2011-07-13 11:22:11,642: atexit

What is the problem?

2014-01-28 17:22:23 -0500 marked best answer Connection to internet while rosmaking

I was trying to rosmake eigen cause it occured as a error package while compiling turtlebot, while i was not connected to internet each time i tried errors came. but suddenely when i got connected the netbook to internet I got it worked fine and even it took only some minutes. The error was :

'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

[rosmake-1] Starting >>> eigen [ make ]                                         
[ rosmake ] All 7 linesroscpp: 1.4 sec ] [ eigen:... [ 2 Active 21/71 Complete ]
{-------------------------------------------------------------------------------
  mkdir -p build
  if [ ! -f eigen-3.0prebeta3.tar.bz2.md5sum ]; then echo "Error: Couldn't find md5sum file eigen-3.0prebeta3.tar.bz2.md5sum" && false; fi
  `rospack find rosbuild`/bin/download_checkmd5.py https://code.ros.org/svn/release/download/thirdparty/eigen/eigen-3.0prebeta3.tar.bz2 build/eigen-3.0prebeta3.tar.bz2 `awk {'print $1'} eigen-3.0prebeta3.tar.bz2.md5sum`
  [rosbuild] Checking md5sum on build/eigen-3.0prebeta3.tar.bz2
  [rosbuild] WARNING: md5sum mismatch (5010c6d093a4c6b59ed4804a0472bf39 != 7e048a2c20f2757a10aa8267d80b1392); re-downloading file build/eigen-3.0prebeta3.tar.bz2
  [rosbuild] ERROR: md5sum mismatch (5010c6d093a4c6b59ed4804a0472bf39 != 7e048a2c20f2757a10aa8267d80b1392) on build/eigen-3.0prebeta3.tar.bz2; aborting
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package eigen written to:
[ rosmake ]    /home/sunny/.ros/rosmake/rosmake_output-20110706-225013/eigen/build_output.log
[rosmake-1] Finished <<< eigen [FAIL] [ 0.64 seconds ]  



''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Do we really need to be connected while rosmaking? what is the role of internet in compiling?

2014-01-28 17:22:23 -0500 marked best answer rosmake compiler warnings

I was trying to rosmake turtlebot_apps on beagleboard and got compiler warnings like

[rosmake-0] Finished <<< kdl [PASS] [ 9.12 seconds ] -- WARNING: 2 compiler warnings

Should I really care about those warnings? Are they similar as normal compiler warnings?

2014-01-28 17:22:21 -0500 marked best answer How to run ROS on beagleboard effectively?

I installed ubuntu 11.04 natty on My Beagleboard-xM Rev. 'B'. After a lot of strugle finally i could install ROS on it. But i need to connect it to Kinect and for that i need Ogre to be installed which I can not install because of Dependency problem with nvidia-cg-toolkit, I used a lot of ways to forcefully install this dependency like using command --force-architecture with dpkg but could not do it,I would be very thankful to know they way, how should i install ogre on it. I will use the beagleboard as replacement of netbook in link text . Also i could not rosmake roscpp it took more then an hour running rosmake and then failed. Thanks in advance.

2013-11-14 19:33:36 -0500 marked best answer Installing turtlebot software on beagleboard.

Hello I am trying to install turtlebot software on beagleboard so that i can use beagleboard rather then Laptop in turtlebot, its just a try to implement FASTSLAM1.0, I installed ubuntu and ROS on beagleboard from source, Is there any way to install Turtlebot from source. The particular error is:

W: Failed to fetch http://packages.ros.org/ros/ubuntu/di... Unable to find >>expected entry 'main/binary-armel/Packages' in Release file (Wrong sources.list entry or >>malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

Is it good practise to use beagleboard on turtlebot instead of a high power and high processing laptop for implementing FASTSLAM1.0?

2013-04-29 05:33:23 -0500 marked best answer Kinect with Beagleboard

Can Kinect run on Beagleboard using ROS?

2013-04-22 17:48:49 -0500 marked best answer Which ARM based hardware is best for running ROS?

I have tried running ROS on Beagleboard. I want to know which ARM based Hardware is preferable or Recommended to run ROS.

2013-03-05 23:41:19 -0500 received badge  Nice Question (source)
2013-01-30 23:28:43 -0500 received badge  Popular Question (source)
2013-01-30 23:28:43 -0500 received badge  Notable Question (source)
2013-01-30 23:28:43 -0500 received badge  Famous Question (source)
2012-09-27 15:01:51 -0500 received badge  Famous Question (source)
2012-09-06 06:23:56 -0500 received badge  Notable Question (source)
2012-09-04 05:19:58 -0500 received badge  Popular Question (source)
2012-09-03 22:18:32 -0500 received badge  Notable Question (source)
2012-09-03 22:18:32 -0500 received badge  Famous Question (source)
2012-09-03 19:19:53 -0500 asked a question rgbdslam build error

Hello! I tried installing rgbdslam, but got this error:

{------------------------------------------------------------------------------- rm -rf lib include bin mkdir -p build/g2o/build cd build/g2o/build && cmake ../ -DCMAKE_INSTALL_PREFIX=/home/sunilsulania/ros/g2o && make install CMake Error: The source directory "/home/sunilsulania/ros/g2o/build/g2o" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI. -------------------------------------------------------------------------------} [

I have Ubuntu 11.04 and ros-electric version on my laptop. I was successful in doing same on workstation with same Ubuntu and ros versions. The only difference here in laptop is that I dont have root, and someone had already worked on this lappy with rgbdslam and g20 etc. I am new to ROS, will appreciate any help! Thanks in advance! Sourav

2012-08-27 18:12:55 -0500 received badge  Famous Question (source)
2012-08-27 18:12:55 -0500 received badge  Popular Question (source)
2012-08-27 18:12:55 -0500 received badge  Notable Question (source)