Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / RosLibRust/roslibrust issues and pull requests

#123 - Add timeouts on a per-job basis to each workflow config

Pull Request - State: closed - Opened by ssnover over 1 year ago

#122 - Hung Integration Tests in Workflow

Issue - State: closed - Opened by Carter12s over 1 year ago - 4 comments

#121 - Update README

Pull Request - State: closed - Opened by ssnover over 1 year ago

#120 - Improve build.rs ergonomics

Issue - State: closed - Opened by Carter12s over 1 year ago
Labels: documentation, enhancement

#119 - Ability to target specific message files in a package.

Issue - State: open - Opened by Carter12s over 1 year ago
Labels: enhancement

#118 - Overhaul errors for native ROS1 implementation

Issue - State: closed - Opened by ssnover over 1 year ago

#117 - Add a submodule for managing logic around graph name validation and resolution

Pull Request - State: closed - Opened by ssnover over 1 year ago
Labels: ros1

#116 - Native subscribers are now supported!

Pull Request - State: closed - Opened by ssnover over 1 year ago
Labels: ros1

#115 - Enable multiple publishers on a single topic, guarded on same topic type str

Pull Request - State: closed - Opened by ssnover over 1 year ago - 1 comment
Labels: ros1

#114 - Support tcp nodelay

Issue - State: open - Opened by ssnover over 1 year ago
Labels: enhancement, ros1

#113 - Implement namespacing rules for resolving node and topic names

Issue - State: open - Opened by ssnover over 1 year ago
Labels: enhancement, ros1

#112 - Call unregisterPublisher on rosmaster RPC API when last Publisher handle is destroyed

Issue - State: closed - Opened by ssnover over 1 year ago - 2 comments
Labels: enhancement, ros1

#111 - Add support for parsing the remaining fields in the Connection Header

Issue - State: open - Opened by ssnover over 1 year ago - 1 comment
Labels: enhancement, good first issue, ros1

#110 - Enable creating multiple native ROS1 publishers for a single topic

Issue - State: closed - Opened by ssnover over 1 year ago
Labels: bug, ros1

#108 - Support for passing async fn into `advertise_service`

Issue - State: open - Opened by entire over 1 year ago - 5 comments
Labels: enhancement

#106 - Use raw-string literals for Rust RosMessageType DEFINITION consts

Issue - State: closed - Opened by ssnover over 1 year ago - 1 comment

#103 - Noetic compose now passes through master port for easier ros1 dev

Pull Request - State: closed - Opened by Carter12s over 1 year ago - 1 comment

#101 - Fill out Definition message trait for ROS messages

Pull Request - State: closed - Opened by ssnover over 1 year ago

#99 - Update parsing to support fixed-size arrays in ROS1

Pull Request - State: closed - Opened by ssnover over 1 year ago

#98 - Fix string enums spacing

Pull Request - State: closed - Opened by ssnover over 1 year ago

#97 - Print a polygon to stdout in order to break compilation

Pull Request - State: closed - Opened by ssnover over 1 year ago - 1 comment

#96 - Add the ability to pass custom minijinja filters to the code generator

Pull Request - State: closed - Opened by ssnover almost 2 years ago - 1 comment

#95 - Add uint64 to ros type list and replace C++ mapping for string

Pull Request - State: closed - Opened by ssnover almost 2 years ago - 2 comments

#94 - Generate with template

Pull Request - State: closed - Opened by ssnover almost 2 years ago - 2 comments

#92 - Flaky failure of Integration Test: bad_message_recv

Issue - State: closed - Opened by Carter12s almost 2 years ago - 1 comment
Labels: bug

#91 - ROS1 Native Support

Pull Request - State: closed - Opened by Carter12s almost 2 years ago - 5 comments

#90 - Fix some compiler warnings and improve debug log

Pull Request - State: closed - Opened by Carter12s almost 2 years ago

#89 - Added new error type and implemented for service calls

Pull Request - State: closed - Opened by Carter12s almost 2 years ago

#88 - Misleading message when calling inactive service

Issue - State: closed - Opened by gcrowards-amp almost 2 years ago - 2 comments
Labels: bug, good first issue

#87 - Initial cut of generic TopicProvider trait

Pull Request - State: closed - Opened by Carter12s almost 2 years ago - 2 comments

#86 - Support action files

Pull Request - State: closed - Opened by ssnover almost 2 years ago - 1 comment

#84 - Add md5sum as associated constant to RosMessageType and RosServiceType

Pull Request - State: closed - Opened by ssnover about 2 years ago

#83 - Rough first pass on generation of C++ header files for messages

Pull Request - State: closed - Opened by ssnover about 2 years ago

#82 - Duplicate service struct definitions are constructed if the same service appears more than once

Issue - State: closed - Opened by ssnover about 2 years ago - 3 comments
Labels: bug

#81 - Generate md5sum

Pull Request - State: closed - Opened by ssnover about 2 years ago - 5 comments

#80 - Refactor the pipeline for parsing ROS messages and services ahead of adding md5sum

Pull Request - State: closed - Opened by ssnover about 2 years ago - 1 comment

#79 - ROS1: Work needed to support native ROS1 nodes

Issue - State: closed - Opened by ssnover about 2 years ago - 2 comments

#78 - Add more logging and proactive detection of possible issues to logs

Pull Request - State: closed - Opened by ssnover about 2 years ago - 1 comment

#77 - Support generation of actions

Issue - State: closed - Opened by ssnover about 2 years ago - 1 comment
Labels: enhancement

#76 - Replace prints to stderr with log warn and error macros

Pull Request - State: closed - Opened by ssnover about 2 years ago

#75 - Split codegen into two public functions with the option to call them separately

Pull Request - State: closed - Opened by ssnover about 2 years ago - 3 comments

#74 - UNIX Socket to roslibrist

Issue - State: closed - Opened by Akumar201 about 2 years ago - 2 comments

#72 - Stop leaking internal dependencies through generated code...

Issue - State: closed - Opened by Carter12s about 2 years ago - 2 comments
Labels: bug

#71 - Ros2 default support

Pull Request - State: closed - Opened by Carter12s about 2 years ago

#70 - Re-org CI, update readme, add CI for humble

Pull Request - State: closed - Opened by Carter12s about 2 years ago

#69 - Added new example for bridging ros1, ros2

Pull Request - State: closed - Opened by Carter12s about 2 years ago

#68 - Working CI tests for ROS2

Pull Request - State: closed - Opened by Carter12s about 2 years ago - 1 comment

#67 - Fix char bug (again), parse package name from xml

Pull Request - State: closed - Opened by Carter12s about 2 years ago - 1 comment

#66 - Initial Basic Support for ROS2 Message Generation

Pull Request - State: closed - Opened by Carter12s about 2 years ago

#65 - Fix char

Pull Request - State: closed - Opened by Carter12s about 2 years ago

#64 - Huge re-org an a ton of fixes

Pull Request - State: closed - Opened by Carter12s about 2 years ago

#63 - Working support for rosapi

Pull Request - State: closed - Opened by Carter12s over 2 years ago
Labels: enhancement

#62 - Re-organize Crates Again...

Issue - State: closed - Opened by Carter12s over 2 years ago

#60 - use of undeclared crate or module `std_msgs`

Issue - State: closed - Opened by Akumar201 over 2 years ago - 4 comments

#59 - Using roslibrust without ros installation

Issue - State: closed - Opened by Akumar201 over 2 years ago - 1 comment

#58 - Sending data to another computer ROS

Issue - State: closed - Opened by Akumar201 over 2 years ago - 2 comments

#56 - Tracking issue for deadqueue's missing tokio feature

Issue - State: closed - Opened by Carter12s over 2 years ago

#55 - Need to parse package.xml for package name instead of trusting directory.

Issue - State: closed - Opened by Carter12s over 2 years ago - 3 comments
Labels: bug

#54 - conflicting implementation for `realsense2_camera::DeviceInfo`

Issue - State: closed - Opened by Akumar201 over 2 years ago - 12 comments
Labels: bug

#53 - ROS2: Support default values for fields

Issue - State: closed - Opened by Carter12s over 2 years ago - 1 comment
Labels: enhancement

#52 - ROS2: Support for bounded and fixed length strings

Issue - State: open - Opened by Carter12s over 2 years ago
Labels: enhancement

#51 - ROS2: Support for bounded Arrays

Issue - State: open - Opened by Carter12s over 2 years ago
Labels: enhancement

#50 - Removed empty impls from generated code

Pull Request - State: closed - Opened by Carter12s over 2 years ago

#49 - Moved over to using assets / submodules

Pull Request - State: closed - Opened by Carter12s over 2 years ago - 1 comment

#48 - Examples!

Pull Request - State: closed - Opened by Carter12s over 2 years ago - 2 comments

#47 - Support for Galactic CI

Pull Request - State: closed - Opened by Carter12s over 2 years ago

#46 - Documentation improvements

Pull Request - State: closed - Opened by Carter12s over 2 years ago

#45 - Support for dropping services

Pull Request - State: closed - Opened by Carter12s over 2 years ago

#43 - CI support for generating CI docker images

Issue - State: open - Opened by Carter12s over 2 years ago
Labels: enhancement

#42 - CI for ROS2 / Full ROS2 support

Issue - State: closed - Opened by Carter12s over 2 years ago - 1 comment
Labels: enhancement

#41 - Improved Integration Testing Utilizing rosapi

Issue - State: open - Opened by Carter12s over 2 years ago
Labels: enhancement

#40 - Minor follow ups from recent MRs

Pull Request - State: closed - Opened by Carter12s over 2 years ago

#39 - Escape all variable names rather than trying to check if they're keywords

Pull Request - State: closed - Opened by ssnover over 2 years ago

#38 - Fix service file parsing

Pull Request - State: closed - Opened by ssnover over 2 years ago - 1 comment

#36 - Service files with comments containing 3 or more consecutive dashes break parsing

Issue - State: closed - Opened by ssnover over 2 years ago - 1 comment

#35 - Fix bridge client lifetime in spin context

Pull Request - State: closed - Opened by ssnover over 2 years ago - 7 comments

#34 - Support cbor-raw encoding for messages

Issue - State: open - Opened by ssnover over 2 years ago - 3 comments
Labels: enhancement

#33 - Tracking issue for v0.X

Issue - State: closed - Opened by ssnover over 2 years ago - 2 comments
Labels: documentation

#32 - Move files around and add features to roslibrust

Pull Request - State: closed - Opened by ssnover over 2 years ago - 2 comments

#31 - Add default features for rosbridge_client

Issue - State: closed - Opened by ssnover over 2 years ago

#30 - Integral types for time duration

Pull Request - State: closed - Opened by Carter12s over 2 years ago

#29 - Unadvertise Service Support

Issue - State: closed - Opened by Carter12s over 2 years ago
Labels: bug

#28 - Support service server

Pull Request - State: closed - Opened by Carter12s over 2 years ago - 1 comment

#27 - Error when trying to implement turtlesim node

Issue - State: closed - Opened by dariandzirko over 2 years ago - 4 comments
Labels: bug

#26 - Add example for parsing tests and fix the tokenization

Pull Request - State: closed - Opened by ssnover over 2 years ago

#25 - Don't unwrap on checking for extension

Pull Request - State: closed - Opened by ssnover over 2 years ago - 1 comment

#24 - bond/Constants.msg breaks the code generation

Issue - State: closed - Opened by ssnover over 2 years ago

#23 - Improve reporting of lack of ROS_PACKAGE_PATH

Issue - State: closed - Opened by ssnover over 2 years ago
Labels: bug, documentation, good first issue

#22 - Recreate Ros Tutorials

Issue - State: closed - Opened by Carter12s over 2 years ago - 2 comments
Labels: documentation, enhancement

#21 - Generate messages supporting macro workflow and tooling workflow

Pull Request - State: closed - Opened by ssnover over 2 years ago - 4 comments

#20 - Make Publisher and Subscriber clone()

Issue - State: closed - Opened by Carter12s over 2 years ago - 1 comment
Labels: enhancement

#19 - General Clean-ups of Documentation and Public API ahead of first release

Pull Request - State: closed - Opened by Carter12s over 2 years ago - 2 comments

#18 - Support for rosapi

Issue - State: closed - Opened by Carter12s over 2 years ago - 2 comments
Labels: enhancement