Respondida
MATLAB ros 3D visualizing in real time
Hello Eirik, You can create a ROS subscriber for the PointCloud2 topic, and in the callback have it update a scatter3 plot show...

alrededor de 3 años hace | 0

Respondida
Receive data from ros2 /scan topic does not work, while it is possible for /odom and /cmd_vel topic
Hello Bernd, There are two main culprits that I always look at first when there is difficulty communicating in ROS 2, but there...

alrededor de 3 años hace | 0

| aceptada

Respondida
Generate custom ROS messages in Matlab running on Windows using Cmake from Ubuntu install on WSL2
Hello Eric, You will need CMake installed on your Windows system, along with Visual Studio 2017 and Python 2.7. It's unlikely t...

alrededor de 3 años hace | 1

| aceptada

Respondida
MATLAB freezes the OS when using java environments: a Fatal Java Exception occurs (Resource temporarily unavailable)
I assume that you are using SSH with X11 forwarding to work with MATLAB on a remote machine? I would recommend against doing tha...

alrededor de 3 años hace | 0

Respondida
Would I able to load a Gazebo world as a training model into rlSimulinkEnv function ?
Hello Jen-Yu, Loading a Simulink model that simulates a robot is very different than loading a Gazebo world. There is currently...

alrededor de 3 años hace | 0

| aceptada

Respondida
how to generate the custom message
This is the same issue as here. Please see that question and this one for more folder structure details. -Cam

alrededor de 3 años hace | 0

| aceptada

Respondida
Error ros.ro2.internal.createOrGetLocalpython
Hello Nikhil, There are two issues happening here. The first is that there is something stopping some of your root Python libra...

alrededor de 3 años hace | 0

| aceptada

Respondida
Fail to create custom message rosgenmsg in Matlab 2020b
Hello Van, You are providing the "package directory" to rosgenmsg, when it is looking for the "interfaces directory". This is b...

alrededor de 3 años hace | 0

Respondida
Error when running rosgenmsg for control_msgs
Hello Bassem, Based on the error, it seems that the ROS custom message support package did not install properly. I would recomm...

alrededor de 3 años hace | 0

Respondida
Return all values of a struct parameter within a cell array.
Hello Gregory, Matt J's way works, by creating multiple struct arrays, working your way down the nested fields. It's functional...

alrededor de 3 años hace | 0

Respondida
Could not load library (Poco exception = libMatlabDataArray.so: cannot open shared object file: No such file or directory)
Hello Andreas, This may be because you have conflicting libraries on your platform's library path. It may be related to this bu...

alrededor de 3 años hace | 0

Respondida
An issue with subscribing to custom messages from ROS network
Hello Nima, Issues with ROS communication between machines, especially if messages can be received from one machine but not the...

alrededor de 3 años hace | 1

| aceptada

Respondida
Simulink fails to create ROS subscriber
Hello Johan, This may be because you have conflicting libraries on your platform's library path. It may be related to this bug,...

alrededor de 3 años hace | 1

Respondida
Speedgoat machine and ROS
Hello Jihyik, For the standard question of "Can I deploy a Simulink ROS node to _____ hardware?" the answer is usually the same...

alrededor de 3 años hace | 0

| aceptada

Respondida
rosactionclient failure due to version mismatch
I realize this question is from a while ago, but I wanted to put in an answer to catch anyone else running into the same problem...

más de 3 años hace | 0

| aceptada

Respondida
downloadPretrainedPointPillarsNet help
Hello Gustavo, I believe that command isn't a standard function in MATLAB, it's a helper provided with the example. You'll need...

más de 3 años hace | 0

| aceptada

Respondida
Unrecognized function or variable 'asbQuadcopterStart'.
Aerospace Toolbox and Aerospace Blockset are two different products. That example is in Aerospace Blockset, which does not appea...

más de 3 años hace | 1

Respondida
rosgenmsg error in line333 MATLAB2020b
Hello Holden, You are providing the "package" folder to rosgenmsg, when instead it requires the parent folder of that. This is ...

más de 3 años hace | 0

Respondida
Can lost time when using 'waitfor(rate)' function be used for other tasks?
Hello Mohan, Generally the way to use rosrate is to put it at the end of a "control loop" - code that you execute every iterati...

más de 3 años hace | 0

| aceptada

Respondida
Robotic Arm Trajectory Animation Using Robotic Toolbox
Hello Ahmetcan, The configuration solution output of calling the inverseKinematics object defaults to being a struct. If you wa...

más de 3 años hace | 0

Respondida
[Robotics Playground Toolbox Add-on] Error Message When Using Distance Sensor Block
Hello Benjamin, robotics.OccupancyGrid is the old name for the occupancyMap object. It is a valid alias, so if you try to use r...

más de 3 años hace | 1

Respondida
Why does the ROS MATLAB connection via topic receive command (ROS-Toolbox) not work in R2020a but in R2020b
Hello Oliver, The most common reason for being able to see rostopic, but not being able to receive messages from one or other o...

más de 3 años hace | 1

Respondida
Populating ros messages is slow
Hello Mauro, Cause of Performance Issues Accessing Nested Messages (pre-R2020b) Based on your other question, I assume you ar...

más de 3 años hace | 1

| aceptada

Respondida
Importing ROS bag file of LIDAR scan into Matlab as point cloud structure
So you have the XYZ points from the PointCloud2 message after you use readXYZ, and you want to get it in the format of the point...

más de 3 años hace | 0

| aceptada

Respondida
Matlab Ros Gazebo Add force to Ball
Hello Philipp, There is an issue with the specific service definition that is used in that call command. We are working on a re...

más de 3 años hace | 0

Respondida
MATLAB2020b/ROS interface - Unrecognized function or variable 'pythonPkgSrc'
Hello all, Here is the bug report published for this issue. This issue is fixed in R2020b Update 2, so installing that or later...

más de 3 años hace | 1

Respondida
Error when trying to view a variable
Hey David, I have a suspicion that there is either a variable in your workspace, or a function/script in your current folder/pa...

más de 3 años hace | 0

| aceptada

Respondida
Moving object in a defined environment
That's not so much a question about "getting started" as it is about "doing a large project for me". Try breaking down the probl...

más de 3 años hace | 0

Respondida
ROS toolbox (ROS2 bag)
Hello Jesús, It is not possible to read data out of ROS 2 bag databases using R2020b. There is a lot of focus on ROS 2 now thou...

más de 3 años hace | 1

| aceptada

Respondida
How can I run rosgenmsg from Linux system prompt with -nodisplay option?
Hello Andreas, Suvansh, If you do the -nodisplay option on the machine that it did work on, did it work then? There are two pos...

más de 3 años hace | 0

Cargar más