Shane Loretz

Results 93 issues of Shane Loretz

_From @Linkeway on November 4, 2016 4:3_ I think it would be nice that the joint_state_publisher support publishing velocity and position using GUI . _Copied from original issue: ros/robot_model#164_

enhancement

Currently `pluginlib_export_plugin_description_file()` creates a resource type in the ament index called `{plugin category}__pluginlib__plugin`. However, This seems like "nesting resource types" to me. The ament resource index documentation says for nested...

I ran into an issue on ros2/urdf#13 where pluginlib is unable to find a module on only OSX. The cause is I buit the library using the `MODULE` type instead...

urdfdom finds TinyXML when it is being built, but it does not find it again when it is installed. https://github.com/ros/urdfdom/blob/1857a55897295c1fa46669bf1483dc78cf2467a8/CMakeLists.txt#L35 Since `tinyxml.h` is included in a public header https://github.com/ros/urdfdom/blob/1857a55897295c1fa46669bf1483dc78cf2467a8/urdf_parser/include/urdf_parser/urdf_parser.h#L42 it...

Looking at #99 it appears the travis CI job failed due to it testing `master` on ubuntu trusty. What's the purpose of each branch? What platform is each branch supposed...

question

I've run into a situation where I want to use robot_state_publisher to publish tf transforms for a robot description, but I also want to provide the robot description via code....

From @mikepurvis ros/robot_model#48 Would be great if either a) the node could be run multiple times (with a namespaced robot_description parameter), or b) the node could accept multiple strings and...

enhancement

It can be difficult to remap the parameter name passed to `initParam` (usually `robot_description`). This may be due to the call to `searchParam()`. https://github.com/ros/urdf/blob/470729633ba0419735603a054fec0b5bbfe442f9/urdf/src/model.cpp#L96-L99 This appears to work ```xml ```...

enhancement
help wanted

The packages ros_tutorials, roscpp_tutorials, and rospy_tutorials all have `COLCON_IGNORE` files in the ROS 2 branches. These have not been ported to ROS 2. This is a ticket to decide if...

@clalancette objections? This one seems easy: create a `galactic-devel` (matching the existing `foxy-devel` naming style on this repo) branch from the `ros2` branch and update rosdistro to say `galactic-devel` is...