Chris Iverach-Brereton
Chris Iverach-Brereton
Not sure if you're still working on this, but you'll need to configure each arm to have its own IP address. In StationSetup.cat, set a unique IP address for the...
If frontier_exploration is released & bloomed for melodic we can update husky_navigation accordingly and re-enable it.
Unfortunately axis_camera depends on [camera_info_manager_py](https://github.com/ros-perception/camera_info_manager_py), which doesn't appear to have been bloomed for Noetic on OSRF's buildfarm. Until that's released we can't bloom axis_camera to the main OSRF buildfarm. However,...
You're welcome! It looks like there's already a request for a Noetic release of camera_info_manager_py (https://github.com/ros-perception/camera_info_manager_py/issues/15), so I'll keep an eye on that and release this package once that dependency...
Can you please bloom the ROS1 version of this package with that fix? The latest compiled .deb version still appears to be 2.3.2, which has the bug that this PR...
See the attached output. The sheer number of dependencies is a little overwhelming. A few stand-out packages that make me scratch my head are things like `abiword` and the various...
Work-Around Solution ================== Install `notify-osd` with apt before installing `ros-noetic-pcl-ros`: ``` sudo apt-get install notify-osd sudo apt-get install ros-noetic-pcl-ros ``` Background =========== Thanks to @mhosmar-cpr and David G from the...
I'll try wiping the whole machine and starting again. I'm just really confused because on this specific machine the problem is always reproducible. But I don't understand enough about the...
Terminal 1: ``` $ ros2 daemon start --debug Interface kind: 2, info: [('10.27.0.1', 'wlp2s0', True)] Addresses by interfaces: {2: {'wlp2s0': '10.27.15.57'}} Serving XML-RPC on localhost:11621/ros2cli/ The daemon has been started...
Been looking into this further and I'm still no closer to finding an answer. The ros2 daemon appears to start correctly and is listening on port 11511: ``` $ ros2...