Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Next Article in Journal
Smart Bioimpedance Device for the Assessment of Peripheral Muscles in Patients with COPD
Previous Article in Journal
Enhancing Human Activity Recognition through Integrated Multimodal Analysis: A Focus on RGB Imaging, Skeletal Tracking, and Pose Estimation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Driving Assistance System with Obstacle Avoidance for Electric Wheelchairs

1
Department of Computer Science, Faculty of Engineering, Lund University, Box 118, 221 00 Lund, Sweden
2
Center for Intelligent and Interactive Robotics, Korea Institute of Science and Technology (KIST), Seoul 02792, Republic of Korea
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(14), 4644; https://doi.org/10.3390/s24144644
Submission received: 11 June 2024 / Revised: 1 July 2024 / Accepted: 12 July 2024 / Published: 17 July 2024
(This article belongs to the Section Sensors Development)

Abstract

:
A system has been developed to convert manual wheelchairs into electric wheelchairs, providing assistance to users through the implemented algorithm, which ensures safe driving and obstacle avoidance. While manual wheelchairs are typically controlled indoors based on user preferences, they do not guarantee safe driving in areas outside the user’s field of vision. The proposed model utilizes the dynamic window approach specifically designed for wheelchair use, allowing for obstacle avoidance. This method evaluates potential movements within a defined velocity space to calculate the optimal path, providing seamless and safe driving assistance in real time. This innovative approach enhances user assistance and safety by integrating state-of-the-art algorithms developed using the dynamic window approach alongside advanced sensor technology. With the assistance of LiDAR sensors, the system perceives the wheelchair’s surroundings, generating real-time speed values within the algorithm framework to ensure secure driving. The model’s ability to adapt to indoor environments and its robust performance in real-world scenarios underscore its potential for widespread application. This study has undergone various tests, conclusively proving that the system aids users in avoidance obstacles and ensures safe driving. These tests demonstrate significant improvements in maneuverability and user safety, highlighting a noteworthy advancement in assistive technology for individuals with limited mobility.

1. Introduction

In recent times, the importance of wheelchairs has been increasing for individuals facing mobility issues, allowing them to perform daily activities and sustain their lives independently. Various types and designs of electric wheelchairs have been produced to meet the needs of users [1,2]. The use of some developed electric wheelchairs can be challenging and may necessitate additional training, such as teaching users how to operate all functions of the wheelchairs. Moreover, certain multifunctional electric wheelchairs can be relatively expensive, making them less accessible to individuals with mobility challenges. Some electric wheelchairs may also hinder the user’s movement due to the addition of sensors and components that can interfere with wheelchair design [3,4]. This could create discomfort for the user. Additionally, in some cases where users experience physical difficulties and lack sufficient strength, manual wheelchairs may not fully meet their needs. To address such situations and provide users with a more comfortable life, user-friendly electric wheelchairs that can be easily obtained have been developed.
Electric wheelchairs significantly enhance the quality of life for users experiencing mobility issues. Additionally, many wheelchairs on the market today are customized with various features to better meet the users’ needs. Thus, electric wheelchairs can be made more functional according to users’ requirements and before electric wheelchairs are introduced to users, they undergo various projects and research to achieve specific goals [1,3,5,6,7,8]. One of these research areas involves the development of an autonomous and real-time operating electric wheelchair, and the goal is to navigate dynamic obstacles while avoiding collisions to reach the destination point [8,9]. This study employs LiDAR sensors and artificial potential fields (APFs). However, a disadvantage of this study is the tendency of the electric wheelchair to get stuck in local minimum points as it approaches the destination. Therefore, when considering the use of this algorithm in an autonomous electric wheelchair, it may lead to the wheelchair getting stuck or entering loops in certain areas.
Rui Zhang et al. [10] present a study on BCI (brain–computer interface)-controlled wheelchairs. Instead of creating a system entirely controlled by BCI, this study employs an automatic path-planning system. After scanning the environment, the wheelchair prompts the user for the destination entered via BCI. The wheelchair then navigates toward the predetermined destination, and the user can stop the wheelchair at any time using the BCI interface.
Another example of a study involves the development of a motor imagery (MI) brain–computer interface (BCI) application and testing wheelchair control [11]. This study demonstrates acceptable performance in navigation. However, one of its weaknesses lies in the low accuracy rates of MI decoders. The low accuracy rates may lead users to struggle with issuing desired commands while controlling the wheelchair, consequently impacting user experience negatively. Furthermore, this study suggests a control schema for users, necessitating users to learn this control schema.
Research [12] encompasses a voice-controlled electric wheelchair design and control based on speech recognition algorithms. An adaptive neuro-fuzzy controller is employed to generate real-time control signals for wheelchair movement. The accuracy of the speech recognition algorithms in this study may be debatable as misinterpreted commands could affect user experience. Additionally, network connections within the system in this study may prevent users from establishing communication in emergency situations.
Wheelchair users facing mobility issues often encounter a fundamental challenge related to the control mechanism [5,13,14,15,16]. Moreover, automation plays a significant role in wheelchairs in many studies. The literature also aimed to use more complex control systems such as BCI directly involving the user’s body instead of a joystick [10,17,18]. However, numerous studies have complicated wheelchair usage from a technical and hardware perspective. These control systems and approaches are often developed based on the user’s specific disability, focusing on overcoming a particular obstacle, and while many of these studies have proven to offer excellent solutions for individual users, there is a scarcity of systems that transform conventional electric wheelchairs into a new form without causing discomfort to all users, without creating movement obstacles, and without requiring an additional control mechanism. Users either need to acquire a new wheelchair or learn to use a more complex control mechanism.
The designed mechanism is intended for indoor use and can be easily attached and detached. Typically, initiatives for indoor applications are constrained. Therefore, with this mechanism, existing manual wheelchairs can be converted into electric wheelchairs without the need to purchase a new one. Additionally, with the developed algorithm that controls the system and provides obstacle avoidance, the indoor electric wheelchair is transformed into a smart electric wheelchair. With this algorithm, the user can easily move the wheelchair using a joystick. Furthermore, the sensors located on the front, right, and left sides of the wheelchair serve to protect the user from various collisions. This system is fundamentally a user-assistance driving system that prevents potential collisions during user driving. Moreover, since this system is designed with user-centric principles, users do not require additional training to use it. Only the necessary system is attached to the existing manual wheelchair, and the user can continue to use it in their daily life.
The primary goal is to ensure the safety of the system and facilitate real-time movement by identifying obstacles in the path of motion and generating appropriate paths to navigate around them [19,20]. To achieve this goal, various algorithms and approaches have been developed [18,21,22,23,24,25]. The most popular algorithms commonly used for obstacle avoidance in mobile robots include the dynamic window approach (DWA), vector field histogram (VFH), and artificial potential fields(APF) [26].
The VFH is commonly employed in obstacle avoidance and path planning algorithms [27]. The VFH algorithm involves dividing data collected from integrated sensors or laser scanners on the robot into angular sectors. It calculates the number of data points or measurements within specific angular ranges for each sector. Using these measurements, a histogram known as the vector field histogram is constructed, representing the distribution of the robot’s surroundings, with each segment corresponding to an angular sector [27,28]. The VFH algorithm analyzes this histogram to generate a path, allowing the robot to navigate its environment by considering the proximity and positions of obstacles.
One feature that sets VFH apart from DWA is its more complex structure, relying on sensory data and the analysis of a generated histogram [28]. Therefore, in terms of computation, DWA is considered a more efficient approach. Since VFH heavily depends on predefined angular sectors and histogram bins, variations in parameters can significantly impact the algorithm’s performance. However, DWA is a more adaptable approach to systems as it dynamically responds to current conditions and the robot’s constraints.
Another widely used approach for obstacle avoidance and path planning is the APF. The APF algorithm operates by simulating forces exerted on the robot to influence its movement. It characterizes the nearby environment with attractive and repulsive forces, aiming to guide the robot toward the target location and avoid obstacles [29]. The attractive force draws the robot toward the goal, while the repulsive forces push it away from obstacles [29]. The combination of these forces creates a virtual field, allowing the robot’s movement.
One significant advantage of APF, similar to DWA, is its real-time operation capability. However, due to the gradient descent structure of APF, the algorithm may become trapped in suboptimal paths and local minima [28,30,31]. If the balance between attractive and repulsive forces is not properly calibrated during algorithm usage, the robot may encounter difficulties in navigation in narrow and complex areas. Additionally, APF typically focuses on position control rather than velocity control. Since velocity control is an important aspect of this study, the use of DWA is a better option.
The DWA is a technique designed to generate optimal motion plans, considering both the mobility capabilities of the robot and the constraints imposed by the environment [21,22,26,32,33]. This method employs a dynamic window that is adjusted based on the robot’s dynamics and environmental limitations, allowing the calculation of possible movements within a specific time interval. The dynamic window is continuously updated depending on the current speed and position of the robot, providing real-time outputs and enabling the robot to perform obstacle avoidance effectively. In summary, DWA is commonly used in robotic systems, offering real-time action planning [22,26].
When compared to other algorithms, the decision to use DWA for controlling and providing obstacle avoidance in the module of this study has been deemed appropriate. DWA aims to find the optimal path by sampling various velocity pairs in velocity space while avoiding obstacles. This approach calculates speed values based on user commands received through the joystick and creates a safe path by detecting obstacles. The efficiency and simplicity of DWA in real-time applications are significant advantages.
However, the literature indicates that metaheuristic-based neural networks (e.g., RNN-based metaheuristic approaches) are used to optimize the cost functions of nonlinear control systems. These methods perform particularly well in complex and dynamic environments and achieve high accuracy when trained with large datasets. Despite their high performance, their use in real-time applications is challenging due to computational costs and implementation difficulties, which can delay the electric wheelchair’s response to instantaneous speed changes. These differences between DWA and metaheuristic-based neural networks clarify why DWA was the preferred method in our project and demonstrate how this method can be effectively used in electric wheelchair systems.
In conclusion, the installation of the sensors and the driving module used in this study can be easily accomplished, and this setup can be applied to multiple wheelchairs. Furthermore, by enhancing DWA to provide obstacle avoidance, a new algorithm has been designed to create an assistance system for the user. The algorithm’s performance has been verified through testing.

2. System and Structure

2.1. Electric Wheelchairs

A new driving module has been designed to control the electric wheelchair. The driving module was designed by dividing it into a forward and backward driving unit and a direction change driving unit as shown in Figure 1a. At this time, the wheels were applied with omnidirectional wheels so that there was no interference with each other. When the wheelchair is placed on the driving module as shown in Figure 1b for the mounting of the driving module, the tongs-shaped part of the module holds the rod of the wheelchair and firmly engages the module. At this time, if the module is not mounted in the center of the rod of the wheelchair, driving is affected. At this time, the external force acting on the wheelchair is caused. In other words, according to the mounting position of the driving module, an external force that rotates the wheelchair is caused. Therefore, driving evaluation was performed according to the position of the module developed in the previous study, and a control algorithm to overcome this was proposed. It was verified through experiments and showed the usefulness of the algorithm through statistical analysis. In addition, verification was completed through an external certification body for the performance evaluation of the module [1].
Figure 2 illustrates the coordinate system used in traditional electric wheelchairs, which commonly employ a differential driving approach for versatile maneuvering, allowing both rotational and linear movements [1]. In this configuration, the wheelchair’s forward/backward motion is determined by the direction, while the angular velocities ( ω 1 and ω 2) necessary for turning are influenced by the speed difference between the two wheels. This approach is commonly employed in the design of most electric wheelchairs [1]. As a result, in this study, a new driving model has been designed for the control of the smart electric wheelchair, and an algorithm based on DWA has been developed to prevent collision occurrences during user driving. The utilized electric wheelchair is shown in Figure 3.

2.1.1. System Model

In this study, a flat-type brushless direct current (BLDC) motor without a Hall sensor was chosen due to the size of the driving module [1]. Figure 2a illustrates a general model of a two-wheeled wheelchair [24]. Current designs of electric wheelchairs generally incorporate the use of omnidirectional or mecanum wheels, and the configuration of these wheels and the operation of each wheel are critical to facilitate changes in motion and direction. Standard manual wheelchairs employ a differential drive method to achieve both angular and linear motion. Consequently, by utilizing the speed differential between the wheels, wheelchair movement is directed using the forward/backward propulsion speed and the rate of change in orientation. In other words, when a person rides a manual wheelchair and changes direction, they use the difference in speed between the two wheels or rotate the two wheels in different directions to change the direction of the wheelchair. However, in the case of the existing electric wheelchair, the radius of rotation changes because only the difference in speed between the two wheels is used. However, our driving module has a different shape, but the same principle as the differential drive model of the existing manual wheelchair (Figure 2a) is applied. That is why we developed a driving module of a differential drive model for the same behavior as a manual wheelchair.
The driving model shown in Figure 2b was implemented in the electric wheelchair used in this study. This driving model incorporates two omni wheels, where one enables backward and forward movement, and the other supports directional changes, facilitating angular motion [1,34]. The driving module provides forward and backward movement (Vb) as well as changes in direction (Va), and these functions operate independently of each other. The movement of the wheelchair is achieved through the separate control of the two omnidirectional wheels via joystick assistance.
In summary, a new driving module (Figure 2b) has been developed, and a study has been conducted using this module’s control to achieve obstacle avoidance. This obstacle avoidance process has been achieved by modifying and adapting the commonly used DWA in mobile robots to function in this context. The newly developed algorithm demonstrated, during test drives, that it operates synchronously with the new driver module, making real-time speed adjustments when objects are detected.
The electric wheelchair used in this project is designed to assist the user, and while providing assistance to the user, the electric wheelchair aims to detect and prevent various collisions and obstacles that may arise in situations where the user cannot see or predict. In this study, the DWA has been employed for collision avoidance. Although this model is commonly used for mobile robots, a similar algorithm has been established, considering the general structure of DWA, and a system has been designed. This is because the motion of the electric wheelchair is controlled by the user’s requests through a joystick, representing a driving assistance system rather than a fully autonomous system.
The operation of the electric wheelchair fundamentally involves the user controlling it using a joystick, and this information is transmitted to the Raspberry Pi, where the algorithm processes the data resulting in the generated motion. When the user manipulates the joystick, the Raspberry Pi receives the axis information required for the desired direction and simultaneously analyzes the surroundings using data from LiDAR sensors [34]. After processing these inputs in the controller, the output of the algorithm determines linear and angular velocity values to ensure safe navigation. These values are then communicated to the motor driver via serial communication to drive the motion of the omnidirectional wheels.
Figure 4 illustrates the model framework of this study, revealing the two fundamental steps: obstacle avoidance and object detection. As depicted in the figure, while the user controls the wheelchair using axis information from the joystick, simultaneously, 2D distance data resulting from the LiDAR sensor’s environmental scan are transmitted to the Raspberry Pi. In this study, apart from a system assisting the user, a low-cost system is intended; therefore, Raspberry Pi is utilized due to its capacity to control all tasks at a low cost. The information from the sensor and joystick constitutes the inputs for the developed DWA algorithm running on the controller. This algorithm, based on the current data, generates linear and angular velocity values. The algorithm uses data from sensors to determine speed values, enabling obstacle avoidance and preventing potential collisions in the presence of obstacles. To convey information to the motor driver, the Raspberry Pi employs serial communication for interaction. The speed details transmitted through this communication channel govern the motion of the driving module, which incorporates omni wheels.

2.1.2. Sensors

In this study, considering a cost-effective system, a 2D/3D Dual CygLiDAR sensor was used to perceive environmental information. The sensor is strategically placed on the front right and left sides of the electric wheelchair to avoid hindering the user’s movement. The key features of the utilized sensor are outlined in Table 1.
The LiDAR sensors can perform scans concurrently in both 2D and 3D. However, for this study, it was decided to utilize 2D distance measurement, considering that longer-range measurements would be more accurate. This decision allows the sensor to detect environmental data for longer-range objects.
The scanning process begins by sending a request packet to the sensor, instructing it to perform a 2D scan and transmit the resulting data. Subsequent to this request, the response packet from the sensor is examined, consisting of a 329-byte array containing header information, sensor readings, and a checksum. The structure of the data packet transmitted by the sensor for 2D scanning is depicted in Figure 5. In this operational mode, the sensor conducts a scan covering 120 degrees at a precision of 0.75 degrees [35]. Each angle is encoded by 2 bytes—specifically, the Most Significant Byte (MSB) and the Least Significant Byte (LSB). With a resolution of 0.75 degrees, the data encompass 322 samples, ranging from −60 degrees to +60 degrees (inclusive of 0), detailed in the payload segment of the packet.
To process the acquired data, each pair of MSB and LSB bytes is combined to calculate the distance value in millimeters corresponding to each angle. These angle–distance pairs are concatenated into a data string for subsequent analysis. This array of distance data represents the 120-degree scan. Upon examination of these data, if the values fall below a predefined threshold (set at 70 cm in this investigation), it is interpreted as indicative of an obstacle at that specific point.
The positions and angles of the electric wheelchair’s sensors, along with the current angle under analysis, are used to determine the coordinates of the detected obstacle relative to the wheelchair’s center. These identified coordinates are gathered and organized into an array, forming a point cloud representation. This point cloud, created from the collected obstacle information, is then utilized in the developed DWA algorithm.
This method simplifies the processing of sensor data and reduces computational costs while providing sufficient accuracy for safe path planning. Additionally, since a Raspberry Pi was used in the project, employing 2D distance measurements allows for faster processing and quicker algorithm responses. Therefore, 2D measurements were found to be more suitable and practical than a more complex approach.

2.2. Dynamic Window Approach

The DWA is a technique designed to facilitate the generation of optimal motion plans, taking into account both the mobility capabilities of the robot and environmental constraints [22,26,36,37,38,39]. With this approach, a window is created representing the robot’s current state within the allowed speed intervals. By adjusting this window based on dynamic and environmental constraints, the possible movements the robot can make within a specific time frame are defined [40]. This window is continuously updated based on the robot’s current speed and position. Consequently, DWA is a frequently used approach in the implementation of real-time systems [22,26].
To utilize this algorithm, there are essentially two crucial steps. In the first step, a search space is created by considering the robot’s specified motion constraints and the speed range it can reach. This determines the comprehensive potential speeds the robot can achieve.
In the second step, the algorithm selects the speed pair within this search space that minimizes the cost function. This speed pair is considered optimal because the cost function assists the robot in determining the most suitable path within its current environmental factors, and the robot’s motion is optimized with these speed pairs.

3. Modification of DWA for Obstacle Avoidance

The fundamental goal of the DWA algorithm is to find the optimal path for mobile robotic systems, ensuring obstacle avoidance [22,26,38,39]. However, in this study, the designed driving module and algorithm aim to provide driving assistance to the user. Therefore, the existing inputs were considered, and the DWA was modified to be suitable for this project.
In the traditional DWA algorithm, the path of the mobile robot within each speed cluster is examined towards the conclusion of a specific duration. It assesses the velocity clusters within the velocity space and considers the mobile robot’s motion model. Using the formulated evaluation function, the algorithm identifies the most appropriate trajectory among these and selects the corresponding speed set. Consequently, the motion of the mobile robot is facilitated by devising path planning based on the speed pair aligned with the optimal trajectory.
In the developed DWA for this study, the algorithm has been adapted to the movements of the electric wheelchair. Instead of focusing on target points and trajectories, the algorithm concentrates on the changing speed values of the wheelchair. Based on the axis information from the joystick, the algorithm provides appropriate speed values as output.

3.1. Motion Model

The simple differential drive robot model is a suitable and practical approach for electric wheelchairs. The kinematic model of electric wheelchairs is often represented as a simple differential drive robot model. This model is commonly used to describe the movement of a two-wheeled robot. Electric wheelchairs also employ a differential drive system, where the two wheels can be independently controlled to provide steering. This is analogous to the operation of differential drive robots. Therefore, it is believed that this model sufficiently represents the fundamental motion dynamics of a wheelchair. Additionally, our algorithm developed with DWA is used for obstacle avoidance and real-time speed adjustments according to the surrounding conditions. Hence, this method was chosen because it is deemed to work effectively with electric wheelchairs.
The DWA algorithm samples linear and angular speeds within a specified window area, considering the hardware limitations and kinematic body constraints of the electric wheelchair [22,41]. Consequently, the first step involves constructing a kinematic model for the electric wheelchair, as illustrated in Equation (1). When determining the subsequent position for each velocity set, the starting point is considered (0, 0). Due to the absence of a global position, the algorithm computes the next position relative to its current location.
x ( t ) = x ( t 1 ) + v ( t ) · cos θ t 1 · T y ( t ) = y ( t 1 ) + v ( t ) · sin θ t 1 · T θ t = θ t 1 + ω ( t ) · T
Before calculating the distance cost in the algorithm, the anticipated position that the wheelchair will reach is computed with the current velocity values. This involves utilizing the specified prediction time and T values from the configuration (T = 0.1). The linear and angular speed values are appropriately processed to align with the duration T. This process entails calculating the linear position based on the y-coordinate using the linear speed and performing trigonometric calculations based on the x-position and angle using the angular speed. Through these equations, the velocity position of the electric wheelchair after time T is determined. This cumulative process persists until the total time matches the prediction time duration, and as a result, the obtained final position represents the endpoint reachable by the electric wheelchair with its current speed at that moment.

3.2. Distance Penalty Calculation

The concept of distance penalty is widely used in robotic systems to ensure obstacle avoidance. The logarithmic distance penalty function employed in this study can be described as an adaptation of existing methods tailored to the requirements of an electric wheelchair. The logarithmic function provides a safety mechanism for the user by rapidly increasing the penalty as the electric wheelchair approaches an obstacle. In summary, as mentioned above, the use of penalties to prevent collisions is a commonly used method in the literature, but it is a formula customized according to the specific project. In addition to the algorithm, another developed approach is the creation of a distance penalty. To find the penalty, firstly, the distance function needs to be calculated, and this function is determined by calculating the distance between the objects in the point cloud scanned with LiDAR and the estimated next position of the electric wheelchair.
Figure 6 represents the point cloud of sample points created by scanning the environment with LiDAR sensors. The algorithm calculates the minimum distance to the next position of the electric wheelchair among these points, selecting the nearest obstacle, as shown in Equation (2).
dist = min ( d i )
Once the distance to the nearest object is calculated, this value is used to compute the distance penalty in equation below:
d penalty = max ( log ( dist / D ) , 0 )
The D in the distance penalty equation is a design parameter used to adjust the sensitivity of the electric wheelchair to obstacles in its surroundings. The impact of the D value on the equation is shown in Figure 7. According to this graph, higher values of D approach zero, indicating no collision, and as D approaches zero, the distance penalty exponentially increases towards infinity. However, as long as D is not zero (D > 0), a collision will not occur. The variation of the D value can alter the sensitivity of the electric wheelchair to objects in its surroundings.

3.3. Velocity Space

Within the hardware constraints of the electric wheelchair, there are numerous speed sets. However, due to these hardware limitations, there exist maximum and minimum speed constraints [22,38,41].
V a l l = ( v , ω ) v [ v min , v max ] ω [ ω min , ω max ]
As shown in Equation (4), there are both minimum and maximum values for both linear and angular speeds, and the range encompassing these values is denoted as V all . In consideration of the physical dynamics of the motor and safety, for this study, the maximum and minimum speed values for linear speed are [−0.28, +0.28] m/s, and for angular speed, they are [−0.75, +0.75] rad/s. Additionally, to account for the accelerations applied by the motor, the achievable speeds of the wheelchair in the next time interval are constrained within a specific range, reducing it to a dynamic window, as represented by V dw in the equation below:
V dw = ( v , ω ) v [ v 0 v ˙ a Δ t , v 0 + v ˙ a Δ t ] ω [ ω 0 ω ˙ a Δ t , ω 0 + ω ˙ a Δ t ]
In this equation, t represents the next time interval, v a and ω a denote accelerations, v 0 and ω 0 represent current velocities. As can be understood from this, the dynamic window is constrained by current velocities and the values these velocities will reach as a result of acceleration. Other speed values outside this dynamic window are not considered for evaluation since it is known that they cannot be reached in the next time interval, making them irrelevant for obstacle avoidance.
As a result, the dynamic window constraint reduces the speed space to a specific area, allowing calculations only on certain speeds for obstacle avoidance. Finally, the speed space is reduced, as shown in the following equation:
S v s = V a l l V d w

3.4. Cost Function

After creating the search space for velocities S vs , a velocity set within this space is selected to minimize the cost function. To minimize the cost function, the velocity and distance penalty values are processed, and optimal linear and angular speed values are chosen. The calculation of the cost function is shown in the equation below:
Cost ( v , w ) = α | v v d | + β | ω ω d | + γ d penalty ( v , w )
In this function, alpha, beta, and gamma are weight coefficients and optimal weight values have been adjusted during the testing process to consider the sensitivity of the variable. v d and w d represent, respectively, the linear and angular speed values obtained from the joystick. The x-axis and y-axis values from the joystick are multiplied by the maximum speeds to calculate v d and w d , as shown in the following equation:
v d = v max · Joy y , Joy y = [ 1 , + 1 ] ω d = ω max · Joy x , Joy x = [ 1 , + 1 ]
As a result, by minimizing the cost function, obstacle avoidance is achieved among other speed sets, ensuring safe driving, and the optimal linear and angular speed set is selected. These speed values are then sent to the motor driver via serial communication, providing the electric wheelchair’s safe movement according to the user’s request.

4. Experimental Result

For this study, three separate test scenarios have been prepared for the electric wheelchair expected to operate in real time under hazardous conditions and obstacles. Each of these three scenarios is tested individually and monitored with real-time graphics, and the test results are explained on the graph, while linear velocity is utilized in this study. Although the coordinate system of the wheelchair represents a known structure, the direction of angular velocity operates inversely. In other words, when the wheelchair moves to the left, the angular velocity value is positive, whereas when it moves to the right, the angular velocity value is negative. This situation is illustrated in Figure 8.
One of the data obtained from the test results is the graphic system enabling real-time monitoring of the drive. These systems are described in Figure 9, Figure 10 and Figure 11, indicating that the algorithm exhibits real-time obstacle avoidance interaction with the distance. Additionally, each part denoted as a, b, c, d, e, and f in these figures indicates how the wheelchair is positioned and shows the outputs in different situations graphically. The red arrow signifies the desired velocity direction intended by the user via the joystick, and along with the red circle, it represents the predicted next position that the electric wheelchair needs to validate with the joystick data. The green arrow indicates the direction in which the system should move to avoid collision. That is, the direction of the arrow is expressed in terms of the linear and angular velocity of the wheelchair. Like the red arrow, this green arrow indicates the center of the green circle, representing the predicted next position of the electric wheelchair based on the algorithm’s output, and the length of the green arrow denotes the linear speed, while its direction signifies the angular speed. The blue circle represents a safe zone added longitudinally to ensure safe driving of the electric wheelchair. This safe zone aims to achieve safer driving.
Another result obtained from these test results is the graphs generated from the collected data during the test. These graphs are shown in Figure 12, Figure 13 and Figure 14. The blue lines in the coordinate system represent the desired linear and angular velocity from the joystick. The orange lines represent the linear and angular velocity obtained from the sensor’s obstacle information as output from the algorithm. Additionally, in the distance graphs, the data from the right sensor (pink) and the left sensor (green) are separately shown on the coordinate system.

4.1. Experiment 1

The first experiment, as depicted in Figure 15, demonstrates the electric wheelchair moving at maximum speed in a corridor, making a straight drive towards the wall using linear velocity.
Firstly, as seen in Figure 9a, since neither the right nor the left sensor detects any object, the electric wheelchair moves towards the next position with speed values equal to the desired joystick velocity and the output of the algorithm. When reaching point (b) and the right sensor detects the wall (obstacle), the next position indicated by the algorithm’s output directs the electric wheelchair towards the obstacle-free left side, contrary to the desired velocity. At point (c), as the right sensor continues to detect the wall, the algorithm’s output continues to move the electric wheelchair towards the left side. At point (d), since the electric wheelchair is in the middle of the two walls, both sensors detect the walls from a certain distance, but this distance does not cause a collision, so the wheelchair continues to move in the same direction as the data from the joystick. Due to the caster wheels located at the front of the wheelchair, sometimes, despite the straight command from the joystick, the wheelchair’s movement angle may deviate to the right or left. Figure 9e illustrates this situation, and when the left sensor detects the wall on the left side, the wheelchair tends to correct its movement again due to the developed algorithm. When no obstacle that would cause a collision is detected around the wheelchair, as seen again in point (f), it continues to move in the desired direction from the joystick. These graphs were recorded in real time during the wheelchair’s test drive.
In Figure 12, the state of the operating system after the test is completed is shown, with the data plotted on the graph. Since the joystick only moves straight forward, the linear velocity remains at its maximum level, and the linear velocity output from the algorithm also remains unchanged. One of the most important points here is the angular velocity and the minimum distance information read from the right and left sensors. In the distance graph, as the pink line representing the data from the right sensor approaches and begins to approach an object, the angular velocity value increases, indicating a movement away from the object. Furthermore, as the wheelchair moves away from the object, after a while, it starts to move towards the left wall as the wheelchair approaches the left wall, as indicated by the green line, and moves with small angular velocity values according to sensor data when the obstacle is avoided and is within the safe zone on both sides.

4.2. Experiment 2

In the second experiment, as seen in Figure 16, the wheelchair is placed straight in the corridor, and the joystick commands a forward-right direction. In short, maximum values of linear and angular velocity were applied.
Firstly, as seen in Figure 10a, the wheelchair is orienting towards the desired direction indicated by the joystick. However, as the wheelchair approaches the right wall too closely, it enters the blue circle defined as the safe zone for objects, and through the algorithm, the wheelchair’s expected rightward movement with the joystick has been redirected to the left, ensuring avoidance from the obstacle as observed at points (b) and (c).
As seen in (d), when there are no obstacles on the right side, the algorithm moves the wheelchair with the speed values desired from the joystick, and as seen in (e), when it encounters the wall again, the angular velocity changes as a result of the algorithm for avoidance.
If we examine the outputs of this test, as seen in Figure 13, the linear velocity remains measured at its maximum level without any change. The most crucial aspect here is the changing angular velocity in response to obstacles. As observed from the graphs, initially, the wheelchair is moving towards the right direction, as indicated by the pink line, and detects the right wall (object), prompting it to move towards the left. Since these tests take place in a corridor, as it moves left, the left sensor starts working to detect the left wall, and when the minimum distance begins to decrease, the algorithm steers the wheelchair towards the right again by progressing with negative angular velocity, allowing it to avoid obstacles. As obstacles are perceived in this manner, the algorithm generates appropriate outputs to produce speeds suitable for the current environmental conditions, as depicted in the graphs of Figure 13.

4.3. Experiment 3

The third experiment aims to safeguard the user against potential collisions in situations where the user cannot adjust the turning angle or lacks awareness of what lies behind the turning point.
In this experiment, similar to the second test, the wheelchair is placed in the middle of the corridor, but this time it is positioned to turn at a corner of the wall. The joystick is moved forward and to the right at maximum speed and illustrated in Figure 17.
As seen in Figure 11a, the wheelchair initially begins to move towards the desired position of the joystick, and shortly after the sensors detect the wall, a change in angular velocity results in the behavior of avoiding collisions. When the wall is closer, the angular velocity turns the wheelchair towards the left, as observed at points (b) and (c). At point (d), the point on the right represents the corner of the wall, and for a safe turn of the wheelchair, a lower angular velocity is used for collision avoidance. This is because it is expected to move appropriately according to the joystick command during avoidance.Once the corner is passed and no obstacles are detected on the right by the sensors, as seen in (e), the wheelchair moves in the desired position. In (f), the escape maneuver is repeated as the right sensor detects the wall again. The reason for this escape is due to the continuous indication of forward-right movement by the joystick throughout the test.
The outputs of this test are shown in Figure 14. Since there is no change in linear velocity, the output of the algorithm remains the same as the desired velocity. The crucial point here is the angular velocity. Examining the distance information, as the wheelchair turns towards the right, it demonstrates adaptive behavior by increasing angular velocity, along with the distance data from the left sensor indicated by the pink line. This behavior persists throughout the test, as clearly observed in the outputs.

5. Discussion

5.1. Discussion of Results

As observed from the graphs resulting from the experiments, the system tends to avoid objects in real time, thus preventing collisions. This system is designed for indoor use and demonstrates the operation of the wheelchair within indoor environments through three conducted experiments. These experiments can be perceived as more customized for extreme situations. Beyond these scenarios, the wheelchair operates like a regular wheelchair based on user joystick inputs, with the addition of an algorithm aimed at avoiding obstacles in indoor environments.
As depicted in the graphs, in obstacle situations, the algorithm appropriately adjusts the angular velocity to select the safest path based on sensor scans. This safe driving experience is evidenced by the graphs depicting angular velocity and the distance data from the right and left sensors.

5.2. Limitations and Future Works

In this study, tests were conducted in a specific area without changing environmental conditions to adapt the algorithm to the electric wheelchair and control the newly designed driving module in indoor spaces. This module and algorithm are designed for indoor environments where wheelchairs are frequently used. However, in these environments, there may sometimes be obstacles like stairs. Therefore, as a continuation of this study, an investigation could be carried out to detect points such as stairs when approaching without obstructing the user’s drive and ensuring that the electric wheelchair stops or makes a suitable movement to secure the drive. To incorporate such a feature into the system, further research is required. Additionally, testing the system on multiple wheelchairs could be considered to explore the weights of the values in the cost function.
In this paper, we conducted an experiment to evaluate the proposed algorithm’s utility. However, experiments in rapidly changing environments have not yet been carried out. We plan to refine the algorithm to ensure the wheelchair moves robustly across various environments. This will be the focus of our next research, which we will continue to pursue.

6. Conclusions

A removable driving module has been designed for an electric wheelchair, controlled by a joystick. The developed algorithm introduces real-time obstacle avoidance to the electric wheelchair. Considering the indoor usage of electric wheelchairs, there are limited studies that address both obstacle avoidance and unrestricted user movement. This study addresses the limitations of existing electric wheelchairs and obstacle avoidance approaches by developing a new algorithm, adapting the commonly used DWA for object avoidance in mobile robots. Through LiDAR sensors strategically placed in areas that do not restrict user movement, environmental information is provided. The algorithm operates based on user joystick commands, generating optimal speed values. The cost function, commonly used in traditional DWA, has been adapted for this study, considering speed and distance to objects. The algorithm selects speed sets that minimize the cost function, ensuring a safe drive. The system was then mounted on a real electric wheelchair, and experiments were conducted to analyze the algorithm’s performance.
Experimental results demonstrate significant improvements in maneuverability and user safety, highlighting the effectiveness of the adapted DWA algorithm in real-world applications. Additionally, the system’s modular design offers a flexible solution for enhancing mobility by facilitating easy integration with various wheelchair models. This research provides a practical and innovative approach to increasing the autonomy and safety of electric wheelchair users, making a substantial contribution to the field of assistive technology. Future studies will focus on enhancing the algorithm’s capabilities to handle more complex environments and dynamic obstacles.

Author Contributions

Conceptualization, E.E., S.K. and D.L.; methodology, E.E. and D.L.; software, E.E.; validation, E.E. and D.L.; formal analysis, E.E.; investigation, E.E., S.K. and D.L.; writing—original draft preparation, E.E.; writing—review and editing, S.K. and D.L.; visualization, E.E. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported in part by the Korea Medical Device Development Fund Grant, funded by the Korea Government (the Ministry of Science and ICT, the Ministry of Trade, Industry and Energy, the Ministry of Health and Welfare, the Ministry of Food and Drug Safety), under Project 1711138428 and Project KD000198G0001053; and in part by the Korea Institute of Science and Technology (KIST) Institutional Program under Grant 2E33002.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are contained within the article.

Conflicts of Interest

The authors declare no conflicts of interest.

Abbreviations

The following abbreviations are used in this manuscript:
DWADynamic Window Approach
APFArtificial Potential Fields
VFHVector Field Histogram
BCIBrain–Computer Interface
MIMotor Imagery
MSBMost Significant Byte
LSBLeast Significant Byte

References

  1. Lee, D.; Kim, S. Design and Control of a Novel Detachable Driving Module for Electrification of Manual Wheelchairs. IEEE Access 2023, 11, 10169–10179. [Google Scholar] [CrossRef]
  2. Kim, J.; Hasegawa, T.; Sakamoto, Y. Hazardous Object Detection by Using Kinect Sensor in a Handle-Type Electric Wheelchair. Sensors 2017, 17, 2936. [Google Scholar] [CrossRef]
  3. Arboleda, E.; Alegre, M.; Idica, K. Development of a low-cost electronic wheelchair with obstacle avoidance feature. J. Mechatron. Electr. Power, Veh. Technol. 2015, 6, 89–96. [Google Scholar] [CrossRef]
  4. Szaj, W.; Fudali, P.; Wojnarowska, W.; Miechowicz, S. Mechatronic Anti-Collision System for Electric Wheelchairs Based on 2D LiDAR Laser Scan. Sensors 2021, 21, 8461. [Google Scholar] [CrossRef]
  5. Favey, C.; Farcy, R.; Donnez, J.; Villanueva, J.; Zogaghi, A. Development of a New Negative Obstacle Sensor for Augmented Electric Wheelchair. Sensors 2021, 21, 6341. [Google Scholar] [CrossRef] [PubMed]
  6. Matsuura, J.; Nakamura, H. Moving Obstacle Avoidance of Electric Wheelchair by Estimating Velocity of Point Cloud. In Proceedings of the 2021 International Automatic Control Conference (CACS), Chiayi, Taiwan, 3–6 November 2021; pp. 1–6. [Google Scholar]
  7. Kosaka, M.; Nakamura, H. Backstepping CBF Design for Collision Avoidance of Electric Wheelchair. IFAC-PapersOnLine 2023, 56, 331–336. [Google Scholar] [CrossRef]
  8. Manta, L.; Pană, C.; Cojocaru, D.; Vladu, I.; Pătraşcu-Pană, D.; Dragomir, A. APF-based Control for Obstacle Avoidance in Smart Electric Wheelchair Navigation. In Proceedings of the 2021 22nd International Carpathian Control Conference (ICCC), Velké Karlovice, Czech Republic, 31 May–1 June 2021; pp. 1–6. [Google Scholar]
  9. Acosta, D.; Fariña, B.; Toledo, J.; Sanchez, L. Low Cost Magnetic Field Control for Disabled People. Sensors 2023, 23, 1024. [Google Scholar] [CrossRef]
  10. Wang, H.; Yan, F.; Xu, T.; Yin, H.; Chen, P.; Yue, H.; Chen, C.; Zhang, H.; Xu, L.; He, Y.; et al. Brain-controlled wheelchair review: From wet electrode to dry electrode, from single modal to hybrid modal, from synchronous to asynchronous. IEEE Access 2021, 9, 55920–55938. [Google Scholar] [CrossRef]
  11. Yang, L.; Van Hulle, M. Real-Time Navigation in Google Street View® Using a Motor Imagery-Based BCI. Sensors 2023, 23, 1704. [Google Scholar] [CrossRef]
  12. Abdulghani, M.; Al-Aubidy, K.; Ali, M.; Hamarsheh, Q. Wheelchair Neuro Fuzzy Control and Tracking System Based on Voice Recognition. Sensors 2020, 20, 2872. [Google Scholar] [CrossRef]
  13. Gray, M.; Guerra, T.; Delprat, S.; Mohammad, S. Control of an automated wheelchair. IFAC-PapersOnLine 2020, 53, 7971–7976. [Google Scholar] [CrossRef]
  14. Higa, S.; Yamada, K.; Kamisato, S. Intelligent Eye-Controlled Electric Wheelchair Based on Estimating Visual Intentions Using One-Dimensional Convolutional Neural Network and Long Short-Term Memory. Sensors 2023, 23, 4028. [Google Scholar] [CrossRef] [PubMed]
  15. Callejas-Cuervo, M.; González-Cely, A.; Bastos-Filho, T. Control Systems and Electronic Instrumentation Applied to Autonomy in Wheelchair Mobility: The State of the Art. Sensors 2020, 20, 6326. [Google Scholar] [CrossRef] [PubMed]
  16. Leaman, J.; La, H. A Comprehensive Review of Smart Wheelchairs: Past, Present, and Future. IEEE Trans. -Hum.-Mach. Syst. 2017, 47, 486–499. [Google Scholar] [CrossRef]
  17. Miftahussalam, I.; Julian, E.; Prawiroredjo, K.; Djuana, E. Wheelchair control system with hand movement using accelerometer sensor. Microelectron. Eng. 2023, 278, 112018. [Google Scholar] [CrossRef]
  18. Jiang, L.; Luo, C.; Liao, Z.; Li, X.; Chen, Q.; Jin, Y.; Lu, K.; Zhang, D. SmartRolling: A human–machine interface for wheelchair control using EEG and smart sensing techniques. Inf. Process. Manag. 2023, 60, 103262. [Google Scholar] [CrossRef]
  19. Sivakanthan, S.; Castagno, J.C.; Candiotti, J.; Zhou, J.; Sundaram, S.; Atkins, E.; Cooper, R. Automated Curb Recognition and Negotiation for Robotic Wheelchairs. Sensors 2021, 21, 7810. [Google Scholar] [CrossRef]
  20. Borenstein, J.; Koren, Y. Real-time obstacle avoidance for fast mobile robots. IEEE Trans. Syst. Man Cybern. 1989, 19, 1179–1187. [Google Scholar] [CrossRef]
  21. Missura, M.; Bennewitz, M. Predictive Collision Avoidance for the Dynamic Window Approach. In Proceedings of the 2019 International Conference on Robotics and Automation (ICRA), Montreal, QC, Canada, 20–24 May 2019; pp. 8620–8626. [Google Scholar]
  22. Fox, D.; Burgard, W.; Thrun, S. The dynamic window approach to collision avoidance. IEEE Robot. Autom. Mag. 1997, 4, 23–33. [Google Scholar] [CrossRef]
  23. Rabhi, Y.; Tlig, L.; Mrabet, M.; Sayadi, M. A Fuzzy Logic based control system for Electric Wheelchair obstacle avoidance. In Proceedings of the 2022 5th International Conference on Advanced Systems and Emergent Technologies (IC_ASET), Hammamet, Tunisia, 22–25 March 2022; pp. 313–318. [Google Scholar]
  24. Jung, Y.; Kim, Y.; Lee, W.; Bang, M.; Kim, Y.; Kim, S. Path Planning Algorithm for an Autonomous Electric Wheelchair in Hospitals. IEEE Access 2020, 8, 208199–208213. [Google Scholar] [CrossRef]
  25. Xin, P.; Wang, X.; Liu, X.; Wang, Y.; Zhai, Z.; Ma, X. Improved Bidirectional RRT* Algorithm for Robot Path Planning. Sensors 2023, 23, 1041. [Google Scholar] [CrossRef]
  26. Wang, S.; Hu, Y.; Liu, Z.; Ma, L. Research on adaptive obstacle avoidance algorithm of robot based on DDPG-DWA. Comput. Electr. Eng. 2023, 109, 108753. [Google Scholar] [CrossRef]
  27. Kazem, B.; Hamad, A.; Mozael, M. Modified vector field histogram with a neural network learning model for mobile robot path planning and obstacle avoidance. Int. J. Adv. Comp. Technol. 2010, 2, 166–173. [Google Scholar]
  28. Zhang, G.; Zhang, Y.; Xu, J.; Chen, T.; Zhang, W.; Xing, W. Intelligent Vector Field Histogram based collision avoidance method for AUV. Ocean. Eng. 2022, 264, 112525. [Google Scholar] [CrossRef]
  29. Tian, J.; Bei, S.; Li, B.; Hu, H.; Quan, Z.; Zhou, D.; Zhou, X.; Tang, H. Research on active obstacle avoidance of intelligent vehicles based on improved artificial potential field method. World Electr. Veh. J. 2022, 13, 97. [Google Scholar] [CrossRef]
  30. Oroko, J.; Nyakoe, G. Obstacle avoidance and path planning schemes for autonomous navigation of a mobile robot: A review. In Proceedings of the Sustainable Research and Innovation Conference, Pretoria, South Africa, 20–24 June 2022; pp. 314–318. [Google Scholar]
  31. Hwang, J.; Lee, J.; Park, C. Collision avoidance control for formation flying of multiple spacecraft using artificial potential field. Adv. Space Res. 2022, 69, 2197–2209. [Google Scholar] [CrossRef]
  32. Kobayashi, M.; Motoi, N. Local path planning: Dynamic window approach with virtual manipulators considering dynamic obstacles. IEEE Access 2022, 10, 17018–17029. [Google Scholar] [CrossRef]
  33. Zhang, S.; Xu, M.; Wang, X. Research on Obstacle Avoidance Algorithm of Multi-UAV Consistent Formation Based on Improved Dynamic Window Approach. In Proceedings of the 2022 IEEE Asia-Pacific Conference on Image Processing, Electronics and Computers (IPEC), Dalian, China, 14–16 April 2022; pp. 991–996. [Google Scholar]
  34. Erturk, E.; Lee, D.; Kim, S. Simple User Assistance Driving Algorithm for Cost-Effective Smart Electric Wheelchair. In Proceedings of the 2022 31st IEEE International Conference on Robot and Human Interactive Communication (RO-MAN), Napoli, Italy, 29 August–2 September 2022; pp. 699–706. [Google Scholar]
  35. CygLiDAR. Available online: https://www.cygbot.com/2d-3d-dual-solid-state-tof-lidar (accessed on 5 February 2024).
  36. Jiang, D.; Wang, M.; Chen, X.; Zhang, H.; Wang, K.; Li, C.; Li, S.; Du, L. An Integrated Autonomous Dynamic Navigation Approach toward a Composite Air–Ground Risk Construction Scenario. Sensors 2023, 24, 221. [Google Scholar] [CrossRef] [PubMed]
  37. Zhu, H.; Ding, Y. Optimized Dynamic Collision Avoidance Algorithm for USV Path Planning. Sensors 2023, 23, 4567. [Google Scholar] [CrossRef]
  38. Sun, Y.; Wang, W.; Xu, M.; Huang, L.; Shi, K.; Zou, C.; Chen, B. Local Path Planning for Mobile Robots Based on Fuzzy Dynamic Window Algorithm. Sensors 2023, 23, 8260. [Google Scholar] [CrossRef]
  39. Dobrevski, M.; Skočaj, D. Adaptive Dynamic Window Approach for Local Navigation. In Proceedings of the 2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), Las Vegas, NV, USA, 24 October 2020–2024 January 2021; pp. 6930–6936. [Google Scholar]
  40. Zhang, X.; Xiao, L.; Kang, J. Degradation prediction model based on a neural network with dynamic windows. Sensors 2015, 15, 6996–7015. [Google Scholar] [CrossRef] [PubMed]
  41. Li, Y.; Jin, R.; Xu, X.; Qian, Y.; Wang, H.; Xu, S.; Wang, Z. A Mobile Robot Path Planning Algorithm Based on Improved A* Algorithm and Dynamic Window Approach. IEEE Access 2022, 10, 57736–57747. [Google Scholar] [CrossRef]
Figure 1. Detachable driving module for electrification of manual wheelchairs: (a) overall driving module, (b) tongs-shaped part.
Figure 1. Detachable driving module for electrification of manual wheelchairs: (a) overall driving module, (b) tongs-shaped part.
Sensors 24 04644 g001
Figure 2. (a) Common 2-wheel differential drive model (b), electric wheelchair model designed for use in this study.
Figure 2. (a) Common 2-wheel differential drive model (b), electric wheelchair model designed for use in this study.
Sensors 24 04644 g002
Figure 3. Overall wheelchair system equipped with driving module: (a) front view, (b) side view.
Figure 3. Overall wheelchair system equipped with driving module: (a) front view, (b) side view.
Sensors 24 04644 g003
Figure 4. Model framework of smart electric wheelchair system.
Figure 4. Model framework of smart electric wheelchair system.
Sensors 24 04644 g004
Figure 5. Data packet structure for 2D scanning.
Figure 5. Data packet structure for 2D scanning.
Sensors 24 04644 g005
Figure 6. The recognition of obstacle by the electric wheelchair.
Figure 6. The recognition of obstacle by the electric wheelchair.
Sensors 24 04644 g006
Figure 7. Distance penalty calculation and impact of D.
Figure 7. Distance penalty calculation and impact of D.
Sensors 24 04644 g007
Figure 8. Angular velocity direction for the designed system.
Figure 8. Angular velocity direction for the designed system.
Sensors 24 04644 g008
Figure 9. Detection of obstacles and avoidance during straightforward movement of the wheelchair.
Figure 9. Detection of obstacles and avoidance during straightforward movement of the wheelchair.
Sensors 24 04644 g009
Figure 10. Detection of obstacles and avoidance while the wheelchair is moving obliquely.
Figure 10. Detection of obstacles and avoidance while the wheelchair is moving obliquely.
Sensors 24 04644 g010
Figure 11. Detection of obstacles and avoidance while the wheelchair turns a corner.
Figure 11. Detection of obstacles and avoidance while the wheelchair turns a corner.
Sensors 24 04644 g011
Figure 12. Output result graphs for experiment 1.
Figure 12. Output result graphs for experiment 1.
Sensors 24 04644 g012
Figure 13. Output result graphs for experiment 2.
Figure 13. Output result graphs for experiment 2.
Sensors 24 04644 g013
Figure 14. Output result graphs for experiment 3.
Figure 14. Output result graphs for experiment 3.
Sensors 24 04644 g014
Figure 15. Experiment on collision avoidance when a wheelchair is positioned diagonally and moves towards a wall.
Figure 15. Experiment on collision avoidance when a wheelchair is positioned diagonally and moves towards a wall.
Sensors 24 04644 g015
Figure 16. Experiment on preventing collision while rotating towards the wall during movement.
Figure 16. Experiment on preventing collision while rotating towards the wall during movement.
Sensors 24 04644 g016
Figure 17. Experiment on collision avoidance while turning a corner.
Figure 17. Experiment on collision avoidance while turning a corner.
Sensors 24 04644 g017
Table 1. Specifications of the CygLiDAR sensor.
Table 1. Specifications of the CygLiDAR sensor.
Detection RangeResolutionField of ViewMeasuring Speed
2D: 200 mm 8000 mm2D: 1° (Angle)2D/3D Horizontal: 120°2D: 15Hz
3D: 50 mm 2000 mm3D: 160 × 60 (Pixel)3D Vertical: 65°3D: 15Hz
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Erturk, E.; Kim, S.; Lee, D. Driving Assistance System with Obstacle Avoidance for Electric Wheelchairs. Sensors 2024, 24, 4644. https://doi.org/10.3390/s24144644

AMA Style

Erturk E, Kim S, Lee D. Driving Assistance System with Obstacle Avoidance for Electric Wheelchairs. Sensors. 2024; 24(14):4644. https://doi.org/10.3390/s24144644

Chicago/Turabian Style

Erturk, Esranur, Soonkyum Kim, and Dongyoung Lee. 2024. "Driving Assistance System with Obstacle Avoidance for Electric Wheelchairs" Sensors 24, no. 14: 4644. https://doi.org/10.3390/s24144644

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop