Statistics
0 Questions
18 Answers
RANK
1,180
of 295,448
REPUTATION
60
CONTRIBUTIONS
0 Questions
18 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Connecting Two Zynq706 on Single PC for Synchronized output
Hello Hassan, The IP Address for Zynq hardware is set when you create the *<https://www.mathworks.com/help/supportpkg/xilinxz...
2 years ago | 0
| accepted
Simulink change PX4 flight mode via MAVROS
Hello Ewan, You can use the String Length block to output the length of the String Constant and set that value into the Current...
2 years ago | 0
Questions when Work with ROS2 Messages Using MATLAB Function Block
Hello Xiaochen, The function, ros.createSimulinkBus(modelName), is not intended for use with a Simulink model containing ROS 2 ...
2 years ago | 0
| accepted
Questions about Blank messages of ROS2 Toolbox
Hello Xiaochen, Information about variable sizes of a ROS message is stored in the model workspace, when you save a Simulink mo...
2 years ago | 0
| accepted
Difference in current length and receive length in bus selector block in simulink
Hello Kartik, sensor_msgs/Image is a type of ROS message that contains variable sized sub-message fields. There is a documente...
3 years ago | 0
| accepted
The code generated using ROS custom message in MATLAB R2021a is wrong
Hello Longxia, This is a known problem that was fixed in R2021a update1. Please refer to this bug-report for more details. Pl...
3 years ago | 1
Can't publish message from Simulink to ROS
Hello Ben, sensor_msgs/Joy is a ROS message that contains variable sized sub-messages. There is a documented example for worki...
3 years ago | 1
| accepted
Brace indexing is not supported for variables of this type in Simulink
Hello Nathaniel, This is a known problem that was fixed in R2021a update3. Please install R2021a update 3 and generate code ag...
3 years ago | 0
| accepted
Unrecognized message type in ros simulink
Hello Nathaniel, This looks like a bug in ROS Toolbox "Localhost" deployment workflow. Thanks for notifying us. As a workaroun...
3 years ago | 0
| accepted
speed up ROS controller loop rate
Hello Nathaniel, Simulink simulation honors the sample time set by you in the model. So, reducing sample time of the model woul...
3 years ago | 1
| accepted
measure the ROS loop time in simulink
Hello Nathaniel, The Simulation Rate Control block used in this example is a MATLAB System Object. You can modify the stepImpl...
3 years ago | 1
| accepted
Error report on compiling modules with custom message into ROS node
Hello 小胖 岳, This is a known problem that was fixed in R2021a update1. Please refer to this bug-report for more details. Pleas...
3 years ago | 0
Conflict when generated ROS node using geometry_msgs/Vector3Stamped
Hello Iftach, This looks like a bug in ROS Toolbox. Thanks for bringing this to our attention. There are couple of options to ...
3 years ago | 0
custom ROS service bus assignment
Hello Nathaniel, Thanks for the information, that was helpful. From the snap-shot of your model, it seems you are using R2019b ...
3 years ago | 1
| accepted
C++ ROS Node with ert.tlc succeeds but C++ executable with grt.tlc gives slros_initialize.h error
Hello Hasan, You must use "Robot Operating System (ROS)" as your hardware board setting (which automatically sets ert.tlc syste...
3 years ago | 0
Synchronize Simulink node with PX4 SITL - ROS - Gazebo
Hello Iftach, Option 3. seems the closest to achieve an almost "real-time" execution of your algorithm. Typically setting the ...
3 years ago | 1
How to specify the path to ROS package in VM
Hello Van, You cannot build the custom message on the remote device, in this case your Ubuntu VM. The message definitions must...
4 years ago | 0
| accepted
How to make .sh file as a Gazebo Office.sh on desktop of Ubuntu VM
Hello Van, You can refer to the example shell scripts shipped in the /home/user folder on the Ubuntu VM. % cat /home/user/...
4 years ago | 0
| accepted