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

mikevillan26's profile - activity

2020-06-17 23:28:53 -0500 received badge  Famous Question (source)
2020-06-17 23:28:53 -0500 received badge  Notable Question (source)
2019-02-21 07:18:22 -0500 received badge  Famous Question (source)
2019-02-21 07:18:22 -0500 received badge  Notable Question (source)
2019-01-02 02:18:15 -0500 received badge  Famous Question (source)
2018-12-28 09:00:28 -0500 received badge  Notable Question (source)
2018-12-27 13:46:34 -0500 received badge  Popular Question (source)
2018-12-27 13:31:14 -0500 received badge  Organizer (source)
2018-12-27 13:30:52 -0500 edited question How do I plan a joint path for a robot arm to move along a surface of points ?

How do I plan a joint path for a robot arm to move along a surface of points ? I am new to Moveit so please forgive me f

2018-12-27 13:30:52 -0500 received badge  Editor (source)
2018-12-27 13:27:01 -0500 commented question How do I plan a joint path for a robot arm to move along a surface of points ?

But doesn't Moveit, the RViz plugin, do path planning? Can I create a mesh from the points and use it as a collision obj

2018-12-27 13:26:03 -0500 commented question How do I plan a joint path for a robot arm to move along a surface of points ?

But doesn't Moveit, the RViz plugin, do path planning?

2018-12-27 13:25:54 -0500 commented question How do I plan a joint path for a robot arm to move along a surface of points ?

But isn't Moveit, the RViz plugin, do path planning?

2018-12-27 13:13:22 -0500 asked a question How do I plan a joint path for a robot arm to move along a surface of points ?

How do I plan a joint path for a robot arm to move along a surface of points ? I am new to Rviz so please forgive me for

2018-12-21 16:11:27 -0500 received badge  Famous Question (source)
2018-12-21 16:10:35 -0500 received badge  Enthusiast
2018-12-20 11:54:16 -0500 commented question Multiple robot synchronization without live control commands - only robot_state feedback

I apologize I am unfamiliar with networking, could you please go into more detail about using fieldbus? I know believe t

2018-12-20 11:19:40 -0500 received badge  Popular Question (source)
2018-12-20 11:13:26 -0500 commented question Multiple robot synchronization without live control commands - only robot_state feedback

Of course, here is the article here. Just ctrl+find S4C and theres a small blurb stating how real, quick-time response i

2018-12-20 11:07:51 -0500 commented question Multiple robot synchronization without live control commands - only robot_state feedback

yes, real-time control was the dream but not a necessity. we are interested however more in how to motion plan for multi

2018-12-20 11:05:42 -0500 commented question Multiple robot synchronization without live control commands - only robot_state feedback

yes, real-time control was the dream but not a necessity. we are interested however more in how to motion plan for multi

2018-12-20 11:02:24 -0500 commented question Multiple robot synchronization without live control commands - only robot_state feedback

We will mainly be relying on preplanning an optimized path and using the feedback we have to simply stop the robot and s

2018-12-20 10:52:54 -0500 commented question Multiple robot synchronization without live control commands - only robot_state feedback

Unfortunately, no, but I have read an article regarding tests for serial communication stating that it is way too innacu

2018-12-20 10:49:13 -0500 received badge  Popular Question (source)
2018-12-19 16:30:24 -0500 asked a question Multiple robot synchronization without live control commands - only robot_state feedback

Multiple robot synchronization without live control commands - only robot_state feedback My company is trying to use ROS

2018-12-18 17:30:49 -0500 received badge  Commentator
2018-12-18 17:30:49 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

It seems that RAPID is understanding the Python string differently, but data is somehow getting through. Also, it is com

2018-12-18 17:23:03 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

To be honest I would love some help figuring this issue out. Im sending string data (simple "Hello World") to the serial

2018-12-17 21:34:42 -0500 asked a question How exactly does ros_control work together with gazebo, Rviz, and the abb package to control an ABB robot?

How exactly does ros_control work together with gazebo, Rviz, and the abb package to control an ABB robot? Hi, I am rela

2018-12-17 15:26:24 -0500 received badge  Supporter (source)
2018-12-17 15:26:20 -0500 marked best answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

Forgive me, I am pretty new to ROS, so please excuse any gaps in my knowledge. I have a wireless ESP8266 microcontroller reading joint_state data from an ABB robot through serial connection and it is sending it directly to a remote ros server. I'm able to see the physical robot's live position by using 'rostopic echo joint_states' on the server, but I'm unable to visualize its movements in Rviz. I launched the demo of the Abb_irb6640_moveit_config package but I am confused on how to control it by reading joint_states. I am attempting to use Rviz in conjunction with rosserial's serial_node.py script.

UPDATE:

Thanks to @gdvhoorn ! I was finally able to get the visualization to work. I hadn't mentioned earlier that I was using the rosserial package to publish joint_state msgs using this arduino code https://github.com/mikevillan26/open_abb_serial_logger.git. I had to simply change the joint names I had declared in my code to reflect those of the abb_irb_6640 urdf. From there, I could launch the robot_state_visualize.launch file in the abb_irb6640_support pkg in conjunction with the rosserial_python/serial_node.py/tcp and the model would finally reflect the live movements of my robot.

2018-12-17 15:26:20 -0500 received badge  Scholar (source)
2018-12-17 15:25:49 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

It worked!!! Thank you so much! I will look into industrial_core and see what if I can modify it for my needs!

2018-12-17 15:24:41 -0500 edited question ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz Forgive me, I am pretty new to ROS, so please ex

2018-12-17 12:26:10 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

Here is the arduino code I used for the ESP8266 to send wireless joint_state data to my ros server using the rosserial_p

2018-12-17 11:53:37 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

Looking at the RobotModel Display in Rviz, it tells me there is "No transform from [link_1] to [base_link]" for every li

2018-12-17 11:50:53 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

Looking at the RobotModel Display in Rviz, it tells me there is "No transform from [link_1] to [base_link]" for every li

2018-12-17 11:50:23 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

The robot also appears to be driving into the floor and through itself like here. Looking at the RobotModel Display in R

2018-12-17 11:50:03 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

The robot also appears to be driving into the floor and through itself like here. Looking at the RobotModel Display in R

2018-12-17 11:48:57 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

Looking at the RobotModel Display in Rviz, it tells me there is "No transform from [link_1] to [base_link]" for every li

2018-12-17 11:31:53 -0500 commented answer ABB: S4C + IRB6650: How do I visualize an ABB robot's movements in Rviz

The robot also appears to be driving into the floor and through itself like here