Jacob Perron

Results 64 issues of Jacob Perron

### Expected/Desired Behavior: Calling `pingall` with default topology succeeds without packet loss. ### Actual Behavior: Emulated hosts cannot reach each other. 100% packet loss. ### Detailed Steps to Reproduce the...

## Environment * OS Version: macOS * Source or binary build? 3465bbe ## Description Three new test failures over the last couple days: https://build.osrfoundation.org/job/ignition_gazebo-ci-ign-gazebo3-homebrew-amd64/113/testReport/ The follow two started today: INTEGRATION_each_new_removed...

bug
tests
macOS

At the very least the driver can publish a Boolean message signalling whether or not a cliff is detected. Alternatively, can also publish a custom message similar to the [Bumper](https://github.com/AutonomyLab/create_autonomy/blob/indigo-devel/ca_msgs/msg/Bumper.msg)...

enhancement
help wanted
hacktoberfest

Could have a subscriber that listens to a custom message for changing the mode of Create (OFF, PASSIVE, SAFE, and FULL). Or as a minimum, have a parameter to the...

enhancement
help wanted
hacktoberfest

At least one missing part of the model are the light sensor links.

enhancement
help wanted
hacktoberfest

Currently, publishing to the `undock` topic simply switches control of the robot back to the user (after the robot has entered the _docking demo_). It would be nice if, on...

enhancement
help wanted
hacktoberfest

I think a subscriber listening to a custom cleaning mode message will be good. Then we will also need a way to stop/pause any active cleaning behaviours. Proposal: ``` uint8...

enhancement
help wanted
hacktoberfest

Add ROS level API for the following [libcreate](https://github.com/AutonomyLab/libcreate) functions: ``` C++ uint16_t getVoltage() const; uint16_t getCurrent() const; uint8_t getTemperature() const; uint16_t getBatteryCharge() const; uint16_t getBatteryCapacity() const; ```

enhancement
help wanted
hacktoberfest

I'm not sure if this is the most correct thing to do, but it resolves rendering issues in RViz. Connects to #55