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

npa's profile - activity

2018-12-28 03:12:46 -0500 received badge  Famous Question (source)
2018-12-28 03:12:46 -0500 received badge  Notable Question (source)
2018-12-28 03:12:46 -0500 received badge  Popular Question (source)
2017-11-13 06:15:01 -0500 marked best answer Running a Universal Robot Urp or Script file from ROS PC

Hello,

Is it possible to run a Universal Robot Urp file or Script file from ROS PC to control a UR robot in the simulator(rviz/Gazebo)? The use case is that: I have a program (URP file) that is used to move the robot without collision to the home position during a process. And now I want it to test this program for its functionality from anywhere in the work space. My idea is to make a ros visualization in rviz or gazebo and to initially move the robot to a random point in the work space and call the safety program from ros pc to detect any collision in the simulator. I can record all those points where a collision is detected and I can later correct the program if I want to prevent the collision in future.

Is it possible to do this. Please let me know your suggestions. Thanks.

2017-11-13 06:07:02 -0500 commented answer Running a Universal Robot Urp or Script file from ROS PC

Ok. Got it. Thanks :)

2017-11-13 04:59:16 -0500 commented answer Running a Universal Robot Urp or Script file from ROS PC

Thanks a lot for your answer. I guess your second option is doable easily. But i didn't understood what you meant by " b

2017-11-13 03:41:57 -0500 asked a question Running a Universal Robot Urp or Script file from ROS PC

Running a Universal Robot Urp or Script file from ROS PC Hello, Is it possible to run a Universal Robot Urp file or Scr

2017-11-13 03:31:10 -0500 received badge  Notable Question (source)
2017-04-20 13:24:15 -0500 marked best answer Is it compulsory for a mesh file(urdf) in STL format?? Can i add a solid works file as a mesh file?

My design which i got from another source is in stl format and contains lot of unwanted objects like holes,screws,extrusions etc..in it.So i need to delete all those unwanted parts from my mesh file.(to improve processing power) So is it ok to use a solidworks file (i am planning to design it from scratch) or modify the stl file using any stl editor?

2016-11-30 03:42:49 -0500 received badge  Notable Question (source)
2016-07-04 19:51:32 -0500 received badge  Famous Question (source)
2016-05-25 07:35:30 -0500 received badge  Famous Question (source)
2016-04-16 05:03:00 -0500 received badge  Famous Question (source)
2016-03-09 15:43:43 -0500 received badge  Famous Question (source)
2016-02-15 03:22:46 -0500 received badge  Notable Question (source)
2016-02-01 05:44:37 -0500 received badge  Popular Question (source)
2016-01-27 03:32:52 -0500 asked a question How to controll turtlebot arm with xbox controller?

Hello I want to create a package for controlling the turtlebot arm with the xbox controller i have.Please help me with some ideas to implement it..

2016-01-19 07:57:47 -0500 asked a question Question Closed

Details Closed

2015-12-17 00:37:07 -0500 commented answer TF_OLD_DATA ignoring data from the past for frame odom

thank u so much for the help.it worked

2015-12-14 08:46:10 -0500 received badge  Notable Question (source)
2015-12-06 10:28:13 -0500 commented question Is it ok to comment out joint state publisher node from turtlebot package?

in rviz.... i just commented out joint_state_publisher node in rviz launch file

2015-12-05 04:43:28 -0500 received badge  Notable Question (source)
2015-12-04 14:04:57 -0500 received badge  Editor (source)
2015-12-04 14:04:05 -0500 answered a question Is it ok to comment out joint state publisher node from turtlebot package?

My problem is this..I need to connect a turtlebot arm to the turtlebot . So i called the xacro file of the turtlebot arm from the turtlebot_library.urdf.xacro. So when i launch the turtlebot in rviz the turtlebot with arm comes with the joint_state_publisher python tab where i can control the the joint states of the arm joints and the bot wheels.

But when i run the arm controller the arm is vibrating back and forth between the position given by the joint_state_publisher and the arm controller. So i searched how to stop this..then i found in a website to comment out joint_state_publisher if arm controler is used.But when i comment out it, a error is showing in turtlebot tires (when launched in rviz) saying there is no transformation between left and right wheells with base_foot print.... (but the vibration of the arm stops and the controller works fine)

So is there any way to stop publishing the joint states of the arm instead of commenting out the joint_state_publisher of turtlebot or will the error will be resolved if i send some position messages to the turtlebot wheels?

Please help...thanks in advance

2015-12-03 10:56:09 -0500 received badge  Popular Question (source)
2015-12-02 14:59:41 -0500 asked a question Is it ok to comment out joint state publisher node from turtlebot package?

When i comment it out i am getting an error showing there is no transformation between basefoot print and the left and right wheels. How to remove this error? Will the error go if i give some joint velocities for the turtle bot wheels?

My problem is this..I need to connect a turtlebot arm to the turtlebot . So i called the xacro file of the turtlebot arm from the turtlebot_library.urdf.xacro. So when i launch the turtlebot in rviz the turtlebot with arm comes with the joint_state_publisher python tab where i can control the the joint states of the arm joints and the bot wheels.

But when i run the arm controller the arm is vibrating back and forth between the position given by the joint_state_publisher and the arm controller. So i searched how to stop this..then i found in a website to comment out joint_state_publisher if arm controler is used.But when i comment out it, a error is showing in turtlebot tires (when launched in rviz) saying there is no transformation between left and right wheells with base_foot print.... (but the vibration of the arm stops and the controller works fine)

So is there any way to stop publishing the joint states of the arm instead of commenting out the joint_state_publisher of turtlebot or will the error will be resolved if i send some position messages to the turtlebot wheels?

Please help...thanks in advance

2015-11-30 23:01:01 -0500 received badge  Notable Question (source)
2015-11-30 15:13:36 -0500 received badge  Popular Question (source)
2015-11-30 12:45:52 -0500 received badge  Popular Question (source)
2015-11-29 06:06:14 -0500 asked a question How to comment out the joint_state_publisher if ArbotiX node is running?

I cant find the launch file to comment out the joint_state_publisher as mentioned in this link http://forums.trossenrobotics.com/sho... If i didnt comment out the joint_state_publisher,its creating conflct with the arbotix controller and is causing the arm to shake back and forth between two positions(given by arm controller and the joint_state_publisher).

Please help....

2015-11-29 02:48:47 -0500 answered a question Where is the Joint State information in a Create Turtlebot supposed to come from?

where is turtlebot_node.py file located.I searched my whole system,but i couldn't find it...pls help

2015-11-27 17:12:08 -0500 answered a question Confused about Xacro and URDF

URDF is easy to understand but difficult to modify in future...if u have a big urdf file go for xacro

2015-11-27 16:40:35 -0500 asked a question How to join two joint state publishers?

I have two packages joint together using xacro (turtlebot and arm package). The arm controller package is publishing a joint state and the turtle bot package is publishing its joint state. So now the arm is vibrating because of two joint states published by the bot and the arm controller. So how can i delete one of the arm joint publisher or joint them both together? Please help.

2015-11-24 07:52:10 -0500 asked a question Phantomx Pincher arm gripper floating in gazebo but working properly in rviz

Hello, I connected Phantomx Pincher arm to a turtlebot description file and its working properly in rviz.But when i load the model in gazebo the pincherx arm gripper is floating and when i turn the gravity to zero it comes to the actual position but then the whole model will float due to the lack of gravity .(when i tele_opereated it).

When I load the model in stage simulator, the arm gripper is connected properly but the whole map and the bot vibrates back and forth. I couldnt find any soution to sove this problem.So if anyone have came accros the same problem before then please help

this is the terminal window when i launch gazebo

nithinpanand@nithinpanand-Ubuntu:~/catkin_ws$ roslaunch turtlebot_gazebo turtlebot_world.launch ... logging to /home/nithinpanand/.ros/log/24f6898e-92b2-11e5-820d-38b1dbed8779/roslaunch-nithinpanand-Ubuntu-16591.log Checking log directory for disk usage. This may take awhile. Press Ctrl-C to interrupt Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://nithinpanand-Ubuntu:60881/

SUMMARY

PARAMETERS * /bumper2pointcloud/pointcloud_radius: 0.24 * /cmd_vel_mux/yaml_cfg_file: /home/nithinpanan... * /depthimage_to_laserscan/output_frame_id: /camera_depth_frame * /depthimage_to_laserscan/range_min: 0.45 * /depthimage_to_laserscan/scan_height: 10 * /robot_description:

NODES / bumper2pointcloud (nodelet/nodelet) cmd_vel_mux (nodelet/nodelet) depthimage_to_laserscan (nodelet/nodelet) gazebo (gazebo_ros/gzserver) gazebo_gui (gazebo_ros/gzclient) laserscan_nodelet_manager (nodelet/nodelet) mobile_base_nodelet_manager (nodelet/nodelet) robot_state_publisher (robot_state_publisher/robot_state_publisher) spawn_turtlebot_model (gazebo_ros/spawn_model)

auto-starting new master process[master]: started with pid [16606] ROS_MASTER_URI=http://localhost:11311

setting /run_id to 24f6898e-92b2-11e5-820d-38b1dbed8779 process[rosout-1]: started with pid [16619] started core service [/rosout] process[gazebo-2]: started with pid [16632] process[gazebo_gui-3]: started with pid [16640] process[spawn_turtlebot_model-4]: started with pid [16645] process[mobile_base_nodelet_manager-5]: started with pid [16649] process[cmd_vel_mux-6]: started with pid [16653] process[bumper2pointcloud-7]: started with pid [16654] process[robot_state_publisher-8]: started with pid [16656] process[laserscan_nodelet_manager-9]: started with pid [16661] process[depthimage_to_laserscan-10]: started with pid [16677] Gazebo multi-robot simulator, version 2.2.6 Copyright (C) 2012-2014 Open Source Robotics Foundation. Released under the Apache 2 License. http://gazebosim.org

Gazebo multi-robot simulator, version 2.2.6 Copyright (C) 2012-2014 Open Source Robotics Foundation. Released under the Apache 2 License. http://gazebosim.org

Msg Waiting for master.[ INFO] [1448372954.580061806]: Finished loading Gazebo ROS API Plugin. Msg Waiting for master Msg Connected to gazebo master @ http://127.0.0.1:11345 Msg Publicized address: 129.217.91.197 Msg Connected to gazebo master @ http://127.0.0.1:11345 Msg Publicized address: 129.217.91.197 Warning [parser_urdf.cc:1010] multiple inconsistent exists due to fixed joint reduction overwriting previous value [false] with [true]. Error [SDF.cc:788] Missing element description for [pointCloudCutoffMax] Dbg Plugin model name: mobile_base Warning [Visual.cc:820] Unable to get Material[Gazebo/Gray] for Geometry[mobile_base::gripper_active_link::gripper_active_link_visual. Object will appear white Warning [Visual.cc:820] Unable to get Material[Gazebo/Gray] for Geometry[mobile_base::arm_wrist_flex_link::arm_wrist_flex_link_visual. Object will appear white Warning [Visual.cc:820] Unable to get Material[Gazebo/Gray] for Geometry[mobile_base::arm_elbow_flex_link::arm_elbow_flex_link_visual. Object will appear white Warning [Visual.cc:820] Unable to get Material[Gazebo/Gray] for Geometry[mobile_base::gripper_active2_link::gripper_active2_link_visual. Object will appear white ... (more)

2015-11-16 17:08:20 -0500 answered a question How to connect Turtlebot URDF to PincherX arm URDF file?

Hello, I connected the turtlebot and pincherx arm.If anyone have a problem in connecting them both you can contact me.

2015-11-16 17:00:47 -0500 received badge  Popular Question (source)
2015-11-15 15:14:03 -0500 received badge  Popular Question (source)
2015-11-15 15:13:13 -0500 received badge  Popular Question (source)
2015-11-15 14:15:17 -0500 asked a question Turtlebot arm(phantomx pincher) not showing in rviz ,along with the turtlebot.But tf of both are showing.Please help

I tried to link the phantomx pincher arm and turtlebot in rviz.But when i load the rviz its showing turtlebot and tf of both arm and turtlebot.But its not showing the arm .Please help me to solve this issue.

2015-11-14 07:48:29 -0500 asked a question How to connect Phantomx pincher arm to turtlebot in rviz simulation?

I tried evrything as given in the website http://wiki.ros.org/turtlebot_arm/Tut... But when i run the turtlebot in rviz,Its showing this error

while processing /home/asd/catkin_ws/src/turtlebot-indigo/turtlebot_bringup/launch/includes/robot.launch.xml: while processing /home/asd/catkin_ws/src/turtlebot-indigo/turtlebot_bringup/launch/includes/description.launch.xml: Invalid tag: Cannot load command parameter [robot_description]: command [/opt/ros/indigo/share/xacro/xacro.py '/home/asd/catkin_ws/src/turtlebot-indigo/turtlebot_description/robots/kobuki_hexagons_asus_xtion_pro.urdf.xacro'] returned with code [1].

Param xml is The traceback for the exception was written to the log file

Please help

2015-11-14 02:12:50 -0500 received badge  Enthusiast
2015-11-13 02:16:57 -0500 edited question How to connect Turtlebot URDF to PincherX arm URDF file?

Hello, Please help me in connecting turtlebot to pincherx arm for rviz simulation i tried connecting it but couldn't do it successfully and ts showing an error during cmake. Turtle bot and PincherX arm description files are available in this location:-

Pincherx Arm https://github.com/rst-tu-dortmund/ph...

Turtlebot https://github.com/turtlebot/turtlebot