Tom Noble

Results 11 issues of Tom Noble

Fixes #2194 by adding an optional `timeout` parameter to `is_online()`. Defaults to `None` to preserve existing behaviour. The blocking code seems to come from deep within xmlrpclib, so the easiest...

### Issue I've been having issues getting a remote node to detect when master is down (detailed [here](https://answers.ros.org/question/389077/remote-node-doesnt-shut-down-when-connection-with-master-is-lost/)) which I've pinpointed down to the `rosgraph.is_master_alive()` call I'm using to check...

See https://github.com/ros-planning/moveit/issues/3596

Hi, I'm trying to run the halfedge demo over a custom half-sphere mesh. Below is the output I'm receiving: ``` rob@aa-006:~/catkin_ws$ roslaunch noether_examples halfedge_edge_generator_demo.launch mesh_file:=/home/rob/catkin_ws/src/noether/noether_examples/data/halfsphere.ply ... logging to /home/rob/.ros/log/32b999b4-ef8e-11eb-9bb1-870f19760e69/roslaunch-aa-006-34723.log Checking...

Hi, I'm currently trying to use noether to generate paths over a subset of faces on a mesh. The faces are chosen through a tool I've developed in rviz, which...

Hi, I'm attempting to compile noether without having to build VTK or PCL from source. I've downloaded the `libpcl-dev` and `ros-noetic-pcl-msgs` packages through `apt-get`, however I'm getting the following errors...

### Description - Adds an on_item_planned callback to Pilz's CommandListManager (solve and solveSequenceItems) to allow callers to respond to plan completion of an item - Prerequisite for #3596 - Defaults...

**Is your feature request related to a problem? Please describe.** When planning a sequence of poses, it would be useful to receive information about the number of points planned in...

enhancement

I'm attempting to format all of my ROS logs as JSON. From what I understand, rosconsole uses log4cxx, which appears to come with a [JSONLayout](https://logging.apache.org/log4cxx/latest_stable/classlog4cxx_1_1JSONLayout.html) Using the following `rosconsole.conf` file...

### Describe the bug We're using a custom action to deploy a stack, then tear it down in the Post action step at the end of the job. Our steps...

bug
needs-triage