Respondida
<SOS> Unrecognized function or variable 'setOccupancy'.
Pretty sure this is the issue: show(setOccupancy) There is no variable by that name. I believe you mean "show(signFollower...

más de 2 años hace | 0

Respondida
Avoid plot title superimposing axis
What are you using to position the title so that it comes close to the axes labels there? By default, the title will be center-a...

más de 2 años hace | 0

| aceptada

Respondida
Simulation Map Generator Error
Hello Nicholas, binaryOccupancyMap is the new name of robotics.BinaryOccupancyGrid, though the old way of calling it will still...

más de 2 años hace | 0

| aceptada

Respondida
Received just one message when I used receive(sub, timeout) for rossubscriber
The receive function will only ever receive a single message, and returns immediately upon receiving that message. It is not a r...

más de 2 años hace | 0

| aceptada

Respondida
convert BGRA8 image format to RGB format
Since the image data is coming out of a ROS message, you can use the ROS functions to extract the image from it: Message object...

más de 2 años hace | 0

Respondida
ROS - rosgenmsg: "The folder path, gradle-1.8, is invalid or the folder does not exist." R2018a - Linux
Edit: Moving this to an answer instead of comment. Hello Guillermo, In R2020a and prior releases, there are different instruct...

más de 2 años hace | 0

Respondida
Long delay calling ROS service
Hello Bryce, I wasn't able to reproduce this on my machine with R2021a and the standard Melodic VM. I tested with both the PR2 ...

más de 2 años hace | 0

Respondida
How to get an array from a Rosbag
I provided some guidance and sample code to a similar question here. That should help get you moving in the right direction! -C...

más de 2 años hace | 0

Resuelto


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

más de 2 años hace

Respondida
Finding value pairs in subsequent arrays
Hello Kai, If the order doesn't matter (i.e. the "call" doesn't need to be before the "put"), you could separate out the data i...

más de 2 años hace | 0

| aceptada

Respondida
When can ROS actions be supported during the custom message generation?
I provided some information on why this is the case here. There is no workaround for manually generating custom actions in R2021...

más de 2 años hace | 0

| aceptada

Respondida
How to pick the content out of a ROS Point message?
Hello Andreas, cellfun is useful for operations like this, where you want to do the same thing on each cell. Probably the best ...

más de 2 años hace | 1

| aceptada

Respondida
what's TruckTrailerPlot function?
That example is in the Model Predictive Control Toolbox. Do you have that one? -Cam

más de 2 años hace | 0

Respondida
MATLAB crashes after running ros2bag
Hello Nurullah, /opt/ros/foxy/lib/librosbag2_storage_default_plugins.so This indicates it's using your ROS 2 Foxy library on y...

más de 2 años hace | 1

| aceptada

Respondida
Creating custom ROS2 Message in Simulink using ROS2 Foxy
Hello Harun, My money would be on this specific issue being cause by AMENT_PREFIX_PATH being checked for include files during t...

más de 2 años hace | 1

| aceptada

Respondida
If you're using tic, toc, and var=input('prompt'), is there a way for toc to interrupt the user input if they take too long to answer?
Hello Christina, You could try using an inputdlg to ask the question, instead of keeping it in the command window. You could ge...

más de 2 años hace | 0

| aceptada

Respondida
How to launch RVIZ from Matlab?
Hello Andreas, My suspicion of what is happening here is library path conflict. ROS Toolbox ships with ROS libraries, which pro...

más de 2 años hace | 0

| aceptada

Respondida
Add option to select networkinterface for libwmros2server
Hello Andrei, ROS 2 itself doesn't currently provide an easy way to select a particular network interface to use (like an envir...

más de 2 años hace | 1

Respondida
Why do I receive: Error using ros.internal.ROSProjectBuilder/buildPackage (line 534) Error building package: build log.
The key part of the error message in the log file is right here: Path: <...> exceeds the OS max path limit. The fully qualified...

más de 2 años hace | 0

| aceptada

Respondida
ROS Subscriber in Simulink does not seem to receive data
Hello Angel, This is likely to be caused by the publisher on the ROS machine not having the ROS_IP environment variable set or ...

más de 2 años hace | 0

Respondida
Cannot echo messages coming from Matlab ROS2
Hello Sergei, Please see this answer for up-to-date information on the Dashing-Foxy connectivity issue, and workarounds. -Cam

más de 2 años hace | 1

| aceptada

Respondida
How can I update a dependent property
Hello Amine, Dependent properties aren't just initially calculated based on other properties, they are always calculated using ...

más de 2 años hace | 0

Respondida
how to fix ode45 parameters?
The value of "y" (the "state" input to "derivative") is going infinite or NaN at some point. I'd suggest creating a helper funct...

más de 2 años hace | 0

Respondida
How can I set the labels of multiple axes without iteration?
Hello Yazan, If, as you create the axes, you save the handles to one reference axes array, you can easily set the labels like s...

más de 2 años hace | 0

| aceptada

Respondida
Problems with ROS service client in MATLAB
Hello Massimo, I attempted to reproduce this by taking this mavros_msgs/CommandTOL service defintiion. Fortunately it doesn't e...

casi 3 años hace | 0

Respondida
Niryo One - MATLA interface
Hello Afsoon, Can you try running this code in MATLAB: !cmake --version If you see any warning messages about libcurl or libs...

casi 3 años hace | 0

| aceptada

Respondida
How can ROS Custom Messages be exchanged or even moved to another folder?
Hello Sven, The "addpath" command is only a small part of getting the custom messages working with MATLAB. It is required to re...

casi 3 años hace | 0

| aceptada

Respondida
Lidar Labeler Rosbag Loading Error (Ubuntu 20.04): Could not locate the base directory for ros.
Hello Daniel, Does the error occur if you try to load the rosbag data outside of the Lidar Labeler? bag = rosbag(filePath); m...

casi 3 años hace | 1

| aceptada

Respondida
Leader following robot?
Hello Dominika, We have a similar example that demonstrates a robot (either real or simulated in Gazebo) following an object. I...

alrededor de 3 años hace | 0

| aceptada

Respondida
Generating ROS Custom Action Service Messages in R2021a
Hello Wesley, In R2020a and before, custom actions were not officially supported for ROS Toolbox. It's noted in the documentati...

alrededor de 3 años hace | 0

| aceptada

Cargar más