We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Sanity Check the Installation, when run
$ source ~/px4_ros_com_ros2/install/setup.bash $ micrortps_agent -t UDP
output is :
parallels@ubuntu-linux-20-04-desktop:~$ micrortps_agent -t UDP --- MicroRTPS Agent --- [ micrortps_agent ] Starting link... [ micrortps_agent ] UDP transport: ip address: 127.0.0.1; recv port: 2020; send port: 2019 [ micrortps_transport ] UDP transport: Trying to connect... [ micrortps_transport ] UDP transport: Connected to server! --- Subscribers --- - DebugArray subscriber started - DebugKeyValue subscriber started - DebugValue subscriber started - DebugVect subscriber started - OffboardControlMode subscriber started - SensorOpticalFlow subscriber started - PositionSetpoint subscriber started - PositionSetpointTriplet subscriber started - TelemetryStatus subscriber started - Timesync subscriber started - VehicleCommand subscriber started - VehicleLocalPositionSetpoint subscriber started - TrajectorySetpoint subscriber started - VehicleTrajectoryWaypoint subscriber started - OnboardComputerStatus subscriber started - TrajectoryBezier subscriber started - VehicleTrajectoryBezier subscriber started - VehicleMocapOdometry subscriber started - VehicleVisualOdometry subscriber started ----------------------- ---- Publishers ---- - Timesync publishers started - TrajectoryWaypoint publisher started - VehicleControlMode publisher started - VehicleOdometry publisher started - VehicleStatus publisher started - CollisionConstraints publisher started - TimesyncStatus publisher started - SensorCombined publisher started - VehicleTrajectoryWaypointDesired publisher started ----------------------- terminate called after throwing an instance of 'eprosima::fastcdr::exception::BadParamException' what(): Unexpected byte value in Cdr::deserialize(bool), expected 0 or 1 Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
all code is new clone, the Ubuntu Development Environment is new.
Sorry, something went wrong.
or when I run
micrortps_agent -t UDP
the console close auto
@PX4BuildBot
now it no problem. see issues Running ROS2-PX4
No branches or pull requests
In Sanity Check the Installation,
when run
output is :
The text was updated successfully, but these errors were encountered: